Commit be79c383 authored by Jean Delvare's avatar Jean Delvare Committed by Greg Kroah-Hartman

[PATCH] it87: Fix oops on removal

Fix an oops on it87 module removal when no supported hardware was
found.
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a40f0b0f
...@@ -1186,6 +1186,7 @@ static int __init sm_it87_init(void) ...@@ -1186,6 +1186,7 @@ static int __init sm_it87_init(void)
static void __exit sm_it87_exit(void) static void __exit sm_it87_exit(void)
{ {
if (isa_address)
i2c_isa_del_driver(&it87_isa_driver); i2c_isa_del_driver(&it87_isa_driver);
i2c_del_driver(&it87_driver); i2c_del_driver(&it87_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