Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375799
b: refs/heads/master
c: c818b58
h: refs/heads/master
i:
  375797: ff348c7
  375795: 98ed1f7
  375791: 45a7a45
v: v3
  • Loading branch information
Wolfram Sang committed May 18, 2013
1 parent 085b585 commit e9a0006
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: d7fc0dde96248c0d90e02bc95dc5c003ece84982
refs/heads/master: c818b58e63f1d9fe1c070f0e578ef5168de35312
5 changes: 0 additions & 5 deletions trunk/arch/arm/plat-samsung/adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,6 @@ static int s3c_adc_probe(struct platform_device *pdev)
}

regs = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!regs) {
dev_err(dev, "failed to find registers\n");
return -ENXIO;
}

adc->regs = devm_ioremap_resource(dev, regs);
if (IS_ERR(adc->regs))
return PTR_ERR(adc->regs);
Expand Down

0 comments on commit e9a0006

Please sign in to comment.