Commit fd22f1e0 authored by Dave Jones's avatar Dave Jones Committed by David S. Miller

[ATM]: [lanai] lanai missing unregister

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarChas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c22c28f6
...@@ -2761,6 +2761,7 @@ static void __exit lanai_module_exit(void) ...@@ -2761,6 +2761,7 @@ static void __exit lanai_module_exit(void)
* gone, so there isn't much to do * gone, so there isn't much to do
*/ */
DPRINTK("cleanup_module()\n"); DPRINTK("cleanup_module()\n");
pci_unregister_driver(&lanai_driver);
} }
module_init(lanai_module_init); module_init(lanai_module_init);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment