Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187414
b: refs/heads/master
c: f6b5670
h: refs/heads/master
v: v3
  • Loading branch information
Maurus Cuelenaere authored and Ben Dooks committed Jan 26, 2010
1 parent 5d970f3 commit d87f601
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: d85127319cc36c38eb99615c52531c6ef2f11369
refs/heads/master: f6b56704f78b2667fc8f61d2f398931fbc032b62
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-samsung/adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static irqreturn_t s3c_adc_irq(int irq, void *pw)
}

exit:
if (platform_get_device_id(client->pdev)->driver_data == TYPE_S3C64XX) {
if (platform_get_device_id(adc->pdev)->driver_data == TYPE_S3C64XX) {
/* Clear ADC interrupt */
writel(0, adc->regs + S3C64XX_ADCCLRINT);
}
Expand Down

0 comments on commit d87f601

Please sign in to comment.