Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318024
b: refs/heads/master
c: 165d0c5
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Jul 14, 2012
1 parent c17bc2d commit 2caf5de
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: 79d2a6bd14b117f140817b7d258a54bb5c963473
refs/heads/master: 165d0c52fe87f8a95fcc01391432a659915bd332
4 changes: 2 additions & 2 deletions trunk/drivers/staging/iio/adc/lpc32xx_adc.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static int __devinit lpc32xx_adc_probe(struct platform_device *pdev)
return 0;

errout5:
free_irq(irq, iodev);
free_irq(irq, info);
errout4:
clk_put(info->clk);
errout3:
Expand All @@ -214,7 +214,7 @@ static int __devexit lpc32xx_adc_remove(struct platform_device *pdev)
int irq = platform_get_irq(pdev, 0);

iio_device_unregister(iodev);
free_irq(irq, iodev);
free_irq(irq, info);
platform_set_drvdata(pdev, NULL);
clk_put(info->clk);
iounmap(info->adc_base);
Expand Down

0 comments on commit 2caf5de

Please sign in to comment.