Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176063
b: refs/heads/master
c: be26d66
h: refs/heads/master
i:
  176061: 5f01421
  176059: 79bec0b
  176055: cb212f2
  176047: 2516269
  176031: 39314a9
  175999: de46114
v: v3
  • Loading branch information
Uwe Kleine-König authored and Samuel Ortiz committed Dec 13, 2009
1 parent 3efcf4a commit 08cf4db
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ed89a7551c65e1db44f1a6b7be6efce178fc87d0
refs/heads/master: be26d664de1a6333156bd586a2f795271cfcf170
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/mc13783-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ int mc13783_adc_do_conversion(struct mc13783 *mc13783, unsigned int mode,

switch (mode) {
case MC13783_ADC_MODE_TS:
adc0 |= MC13783_ADC0_ADREFEN | MC13783_ADC0_ADREFMODE
| MC13783_ADC0_TSMOD0 | MC13783_ADC0_TSMOD1;
adc0 |= MC13783_ADC0_ADREFEN | MC13783_ADC0_TSMOD0 |
MC13783_ADC0_TSMOD1;
adc1 |= 4 << MC13783_ADC1_CHAN1_SHIFT;
break;

Expand Down

0 comments on commit 08cf4db

Please sign in to comment.