Commit d077bb79 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] PCI Hotplug: fix compiler warning in ibm driver.

parent 288f551a
......@@ -1417,7 +1417,7 @@ static int __init ibmphp_init (void)
/* lock ourselves into memory with a module
* count of -1 so that no one can unload us. */
MOD_DEC_USE_COUNT;
module_put(THIS_MODULE);
exit:
return rc;
......
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