Well that driver seems to do a request_irq() with no corresponding
free_irq(). If that's the case (ie: if the free_irq isn't performed
in some driver support code) then yup, it will cause an oops in
show_interrupts() after module unload.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/