Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220629
b: refs/heads/master
c: f9c2801
h: refs/heads/master
i:
  220627: 41a7bf5
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Oct 28, 2010
1 parent dbcd806 commit ab8fe0a
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: d1f92f05754116fc65cb1165d4942d25df6f200e
refs/heads/master: f9c28019d44a97272ef0f382e8d0d1a85dd1cf3e
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/jz4740-adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static inline void jz4740_adc_set_enabled(struct jz4740_adc *adc, int engine,
if (enabled)
val |= BIT(engine);
else
val &= BIT(engine);
val &= ~BIT(engine);
writeb(val, adc->base + JZ_REG_ADC_ENABLE);

spin_unlock_irqrestore(&adc->lock, flags);
Expand Down

0 comments on commit ab8fe0a

Please sign in to comment.