summaryrefslogtreecommitdiffstats
path: root/scripts/checkkconfigsymbols.py
diff options
context:
space:
mode:
authorBrian Russell2015-03-19 18:55:26 +0100
committerGreg Kroah-Hartman2015-03-20 13:18:16 +0100
commita087146c72bad795bcab80e5987c5b80fa225000 (patch)
treec39771b658ac6befec0ab6ca552c6ad533d03ea9 /scripts/checkkconfigsymbols.py
parentpcmcia: Use setup_timer and mod_timer (diff)
downloadkernel-qcow2-linux-a087146c72bad795bcab80e5987c5b80fa225000.tar.gz
kernel-qcow2-linux-a087146c72bad795bcab80e5987c5b80fa225000.tar.xz
kernel-qcow2-linux-a087146c72bad795bcab80e5987c5b80fa225000.zip
uio: Request/free irq separate from dev lifecycle
Separate irq request/free from the device lifecycle. After device unregister the parent module can call pci_disable_msi. >From the PCI MSI how to: "Before calling this function, a device driver must always call free_irq() on any interrupt for which it previously called request_irq(). Failure to do so results in a BUG_ON(), leaving the device with MSI enabled and thus leaking its vector." So we need to separately free the irq at unregister to allow the device to be kept around in the case of it still having open FDs. Signed-off-by: Brian Russell <brussell@brocade.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/checkkconfigsymbols.py')
0 files changed, 0 insertions, 0 deletions