Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242978
b: refs/heads/master
c: 6995236
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Mar 26, 2011
1 parent 95ee5f4 commit c7d077c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 42ab616afe8844261828395cc2e4708c867412c2
refs/heads/master: 69952369ed2367bae0ae207a6e380ed40cdbc414
6 changes: 3 additions & 3 deletions trunk/drivers/regulator/wm831x-dcdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ static __devexit int wm831x_buckv_remove(struct platform_device *pdev)

platform_set_drvdata(pdev, NULL);

wm831x_free_irq(wm831x, platform_get_irq_byname(pdev, "HC"), dcdc);
wm831x_free_irq(wm831x, platform_get_irq_byname(pdev, "UV"), dcdc);
free_irq(platform_get_irq_byname(pdev, "HC"), dcdc);
free_irq(platform_get_irq_byname(pdev, "UV"), dcdc);
regulator_unregister(dcdc->regulator);
if (dcdc->dvs_gpio)
gpio_free(dcdc->dvs_gpio);
Expand Down Expand Up @@ -780,7 +780,7 @@ static __devexit int wm831x_buckp_remove(struct platform_device *pdev)

platform_set_drvdata(pdev, NULL);

wm831x_free_irq(wm831x, platform_get_irq_byname(pdev, "UV"), dcdc);
free_irq(platform_get_irq_byname(pdev, "UV"), dcdc);
regulator_unregister(dcdc->regulator);
kfree(dcdc);

Expand Down

0 comments on commit c7d077c

Please sign in to comment.