Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2718
b: refs/heads/master
c: a551acc
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 38647ac commit 8f7e9e7
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: 614e24be139c0ae70378349e6c6f0e21751e56bf
refs/heads/master: a551acc2cb1f13a9bd728b8cf86f9adafefdcfb2
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/i2c-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,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 upp. */
* it can fail; in which case we give up. */
list_for_each_safe(item, _n, &adap->clients) {
client = list_entry(item, struct i2c_client, list);

Expand Down

0 comments on commit 8f7e9e7

Please sign in to comment.