Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271593
b: refs/heads/master
c: f6beb67
h: refs/heads/master
i:
  271591: b2355cf
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Oct 30, 2011
1 parent 940071e commit d6b635a
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1bddab7f7d5b61f17b0bbd669f60818d553620be
refs/heads/master: f6beb67d8e77454200acc3755344944bd946cded
4 changes: 3 additions & 1 deletion trunk/drivers/i2c/algos/i2c-algo-bit.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ static int test_bus(struct i2c_adapter *i2c_adap)
sda = getsda(adap);
scl = (adap->getscl == NULL) ? 1 : getscl(adap);
if (!scl || !sda) {
printk(KERN_WARNING "%s: bus seems to be busy\n", name);
printk(KERN_WARNING
"%s: bus seems to be busy (scl=%d, sda=%d)\n",
name, scl, sda);
goto bailout;
}

Expand Down

0 comments on commit d6b635a

Please sign in to comment.