Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132229
b: refs/heads/master
c: 02d46e0
h: refs/heads/master
i:
  132227: 16aada7
v: v3
  • Loading branch information
Mark Brown authored and Linus Torvalds committed Mar 12, 2009
1 parent 44deb2b commit 6e369f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ba869ec581fd9078b684c56c399ffe3d2345e27
refs/heads/master: 02d46e07e538c285accb5c000a7db3a97eff1fbf
5 changes: 5 additions & 0 deletions trunk/drivers/mfd/wm8350-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,11 @@ int wm8350_device_init(struct wm8350 *wm8350, int irq,
wm8350->power.rev_g_coeff = 1;
break;

case 1:
dev_info(wm8350->dev, "WM8351 Rev B\n");
wm8350->power.rev_g_coeff = 1;
break;

default:
dev_err(wm8350->dev, "Unknown WM8351 CHIP_REV\n");
ret = -ENODEV;
Expand Down

0 comments on commit 6e369f6

Please sign in to comment.