Commit bc721a88 authored by Herbert Xu's avatar Herbert Xu Committed by Deepak Saxena

[PATCH] acpiphp_glue.c oops fix

It oopses during modprobe becasue the first load of acpiphp didn't clean up
properly.
parent 86ff0b3f
......@@ -1113,6 +1113,8 @@ void __exit acpiphp_glue_exit(void)
kfree(bridge);
}
acpi_pci_unregister_driver(&acpi_pci_hp_driver);
}
......
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