Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263281
b: refs/heads/master
c: c8d4763
h: refs/heads/master
i:
  263279: 9f4d9d8
v: v3
  • Loading branch information
Linus Walleij authored and Ben Dooks committed Aug 24, 2011
1 parent 58d62ee commit 8ec16d7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 584b408d37af4e0b38ad5b60f236381bcdf396bc
refs/heads/master: c8d47631a48f254d062db8084776d1fb24785e7b
3 changes: 2 additions & 1 deletion trunk/drivers/i2c/busses/i2c-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ struct i2c_nmk_client {
* @stop: stop condition
* @xfer_complete: acknowledge completion for a I2C message
* @result: controller propogated result
* @regulator: pointer to i2c regulator
* @busy: Busy doing transfer
*/
struct nmk_i2c_dev {
Expand Down Expand Up @@ -509,7 +510,7 @@ static int write_i2c(struct nmk_i2c_dev *dev)

if (timeout < 0) {
dev_err(&dev->pdev->dev,
"wait_for_completion_timeout"
"wait_for_completion_timeout "
"returned %d waiting for event\n", timeout);
status = timeout;
}
Expand Down

0 comments on commit 8ec16d7

Please sign in to comment.