Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119365
b: refs/heads/master
c: 79b93e1
h: refs/heads/master
i:
  119363: bb01ba8
v: v3
  • Loading branch information
Jean Delvare committed Nov 28, 2008
1 parent 71690c3 commit b467431
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d1846b0e7a1dc26f90fb0d75641aca9abb077ef9
refs/heads/master: 79b93e1359b1414b438f239c6e5e0ad91232e4c8
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/i2c-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ int i2c_del_adapter(struct i2c_adapter *adap)

/* detach any active clients. This must be done first, because
* it can fail; in which case we give up. */
list_for_each_entry_safe(client, _n, &adap->clients, list) {
list_for_each_entry_safe_reverse(client, _n, &adap->clients, list) {
struct i2c_driver *driver;

driver = client->driver;
Expand Down

0 comments on commit b467431

Please sign in to comment.