Hi! In my custom module when I'm freeing shared interrupt line with free_irq() I get "Trying to free already-free IRQ 16" message in dmesg output and when I try to "cat /proc/interrupts" it segfaults. If I load my module again then "cat /proc/interrupts" works but I see multiple instances of my driver registered with one interrupt line. Why is it so? Thanks in advance. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ