Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373204
b: refs/heads/master
c: 8059c1c
h: refs/heads/master
v: v3
  • Loading branch information
Pali Rohár authored and Samuel Ortiz committed Apr 8, 2013
1 parent bcff393 commit b741f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a5055d5d683605210f77d46614bbdb389c1e4a07
refs/heads/master: 8059c1c6be45973ea72342567a6ede5f4f0bf8e7
1 change: 1 addition & 0 deletions trunk/drivers/power/rx51_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ static int rx51_battery_read_adc(int channel)
req.method = TWL4030_MADC_SW1;
req.func_cb = NULL;
req.type = TWL4030_MADC_WAIT;
req.raw = true;

if (twl4030_madc_conversion(&req) <= 0)
return -ENODATA;
Expand Down

0 comments on commit b741f4c

Please sign in to comment.