Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296841
b: refs/heads/master
c: 1fa93bb
h: refs/heads/master
i:
  296839: 12cffe1
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Mar 6, 2012
1 parent d651cc9 commit 813f54c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f0447a690e2cfe005a605253cf6bdfa9b9fd5d6e
refs/heads/master: 1fa93bb2925781060971e984d11200c542a18fdb
3 changes: 1 addition & 2 deletions trunk/drivers/mfd/wm8400-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ static int wm8400_init(struct wm8400 *wm8400,
return -EIO;
}
if (i != reg_data[WM8400_RESET_ID].default_val) {
dev_err(wm8400->dev, "Device is not a WM8400, ID is %x\n",
reg);
dev_err(wm8400->dev, "Device is not a WM8400, ID is %x\n", i);
return -ENODEV;
}

Expand Down

0 comments on commit 813f54c

Please sign in to comment.