Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131395
b: refs/heads/master
c: 29c6a2e
h: refs/heads/master
i:
  131393: f9cee3c
  131391: 1f1ec7b
v: v3
  • Loading branch information
Roel Kluin authored and Samuel Ortiz committed Feb 17, 2009
1 parent 9349b6f commit dc747ae
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a39a021fd73ce06aad8d1081ac711a36930e6cb8
refs/heads/master: 29c6a2e6f88225ae2673aabd2de0fa2126653231
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/wm8350-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ int wm8350_read_auxadc(struct wm8350 *wm8350, int channel, int scale, int vref)
do {
schedule_timeout_interruptible(1);
reg = wm8350_reg_read(wm8350, WM8350_DIGITISER_CONTROL_1);
} while (tries-- && (reg & WM8350_AUXADC_POLL));
} while (--tries && (reg & WM8350_AUXADC_POLL));

if (!tries)
dev_err(wm8350->dev, "adc chn %d read timeout\n", channel);
Expand Down

0 comments on commit dc747ae

Please sign in to comment.