projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22c28f
)
[ATM]: [lanai] lanai missing unregister
author
Dave Jones
<davej@redhat.com>
Wed, 30 Nov 2005 00:14:33 +0000
(16:14 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 30 Nov 2005 00:14:33 +0000
(16:14 -0800)
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/lanai.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/atm/lanai.c
b/drivers/atm/lanai.c
index 36226271b83c75d6bc6950abe0ce20419a44d4e5..2abf3edd0ffee1eb4dc83e9e2e387976992d8354 100644
(file)
--- a/
drivers/atm/lanai.c
+++ b/
drivers/atm/lanai.c
@@
-2761,6
+2761,7
@@
static void __exit lanai_module_exit(void)
* gone, so there isn't much to do
*/
DPRINTK("cleanup_module()\n");
+ pci_unregister_driver(&lanai_driver);
}
module_init(lanai_module_init);