Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165152
b: refs/heads/master
c: fce96f3
h: refs/heads/master
v: v3
  • Loading branch information
Willy Tarreau authored and Jean Delvare committed Sep 18, 2009
1 parent 08ecc8e commit 265322b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2bb5095affdb8d6e8646a5b8b5a35c1d6a28c3e7
refs/heads/master: fce96f3e5d34b0e3195f9d1bf2b3c7e3841e90ff
6 changes: 4 additions & 2 deletions trunk/drivers/i2c/busses/scx200_acb.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,10 @@ static void scx200_acb_machine(struct scx200_acb_iface *iface, u8 status)
return;

error:
dev_err(&iface->adapter.dev, "%s in state %s\n", errmsg,
scx200_acb_state_name[iface->state]);
dev_err(&iface->adapter.dev,
"%s in state %s (addr=0x%02x, len=%d, status=0x%02x)\n", errmsg,
scx200_acb_state_name[iface->state], iface->address_byte,
iface->len, status);

iface->state = state_idle;
iface->result = -EIO;
Expand Down

0 comments on commit 265322b

Please sign in to comment.