Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20284
b: refs/heads/master
c: be79c38
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Feb 14, 2006
1 parent 50b6105 commit a248f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a40f0b0f2466483fad94e62177272d6a5711e50a
refs/heads/master: be79c383254cd3eb50953d8c0a7cacdbf6db31c0
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/it87.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,8 @@ static int __init sm_it87_init(void)

static void __exit sm_it87_exit(void)
{
i2c_isa_del_driver(&it87_isa_driver);
if (isa_address)
i2c_isa_del_driver(&it87_isa_driver);
i2c_del_driver(&it87_driver);
}

Expand Down

0 comments on commit a248f65

Please sign in to comment.