Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37120
b: refs/heads/master
c: ae1390d
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Sep 29, 2006
1 parent 59353a1 commit 5477f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 181b64803661209cda64e5e874ad75f373a69de8
refs/heads/master: ae1390d8c3e2142e5cf6d192951d6e2b1fa213c5
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-sibyte.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ static int __init i2c_sibyte_init(void)

static void __exit i2c_sibyte_exit(void)
{
i2c_del_bus(&sibyte_board_adapter[0]);
i2c_del_bus(&sibyte_board_adapter[1]);
i2c_del_adapter(&sibyte_board_adapter[0]);
i2c_del_adapter(&sibyte_board_adapter[1]);
}

module_init(i2c_sibyte_init);
Expand Down

0 comments on commit 5477f05

Please sign in to comment.