Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374706
b: refs/heads/master
c: 6fe9efb
h: refs/heads/master
v: v3
  • Loading branch information
Peter Hurley authored and Stefan Richter committed Apr 30, 2013
1 parent 960dad9 commit 014a804
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: 67672134aaafd520a61dda448a662336e8fde236
refs/heads/master: 6fe9efb9c9fbce690018c31e652924ae28019868
6 changes: 4 additions & 2 deletions trunk/drivers/firewire/ohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ static int read_phy_reg(struct fw_ohci *ohci, int addr)
if (i >= 3)
msleep(1);
}
ohci_err(ohci, "failed to read phy reg\n");
ohci_err(ohci, "failed to read phy reg %d\n", addr);
dump_stack();

return -EBUSY;
}
Expand All @@ -594,7 +595,8 @@ static int write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val)
if (i >= 3)
msleep(1);
}
ohci_err(ohci, "failed to write phy reg\n");
ohci_err(ohci, "failed to write phy reg %d, val %u\n", addr, val);
dump_stack();

return -EBUSY;
}
Expand Down

0 comments on commit 014a804

Please sign in to comment.