Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370995
b: refs/heads/master
c: f5fb082
h: refs/heads/master
i:
  370993: f9d3c1d
  370991: 1f5a9fd
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Wolfram Sang committed Apr 2, 2013
1 parent 0c63816 commit 8c7bebc
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: 19baba4cb6843bbe3dfde87e1e913f6a9cd27da9
refs/heads/master: f5fb0822957b914ab7022cc4bfe000ec3bc9c82c
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/i2c-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ int i2c_del_adapter(struct i2c_adapter *adap)
if (found != adap) {
pr_debug("i2c-core: attempting to delete unregistered "
"adapter [%s]\n", adap->name);
return -EINVAL;
return 0;
}

/* Tell drivers about this removal */
Expand Down

0 comments on commit 8c7bebc

Please sign in to comment.