Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320870
b: refs/heads/master
c: 437ea90
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Linus Torvalds committed Aug 1, 2012
1 parent a1ab372 commit 0b646a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 7ead55119ba58523c31f52365b5eb33f3bb34b3e
refs/heads/master: 437ea90cc3afdca5229b41c6b1d38c4842756cb9
2 changes: 0 additions & 2 deletions trunk/drivers/rtc/rtc-88pm80x.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ static int __devinit pm80x_rtc_probe(struct platform_device *pdev)
out_rtc:
pm80x_free_irq(chip, info->irq, info);
out:
devm_kfree(&pdev->dev, info);
return ret;
}

Expand All @@ -349,7 +348,6 @@ static int __devexit pm80x_rtc_remove(struct platform_device *pdev)
platform_set_drvdata(pdev, NULL);
rtc_device_unregister(info->rtc_dev);
pm80x_free_irq(info->chip, info->irq, info);
devm_kfree(&pdev->dev, info);
return 0;
}

Expand Down

0 comments on commit 0b646a7

Please sign in to comment.