Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336117
b: refs/heads/master
c: 1430e17
h: refs/heads/master
i:
  336115: 7d83ed0
v: v3
  • Loading branch information
Kim, Milo authored and Linus Torvalds committed Nov 30, 2012
1 parent 5ca393d commit e48863a
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: 783657a7dc20e5c0efbc9a09a9dd38e238a723da
refs/heads/master: 1430e17844e2cd15bc15f3c21b5349e762f6ba41
6 changes: 3 additions & 3 deletions trunk/drivers/rtc/rtc-tps65910.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,11 @@ static int __devinit tps65910_rtc_probe(struct platform_device *pdev)
static int __devexit tps65910_rtc_remove(struct platform_device *pdev)
{
/* leave rtc running, but disable irqs */
struct rtc_device *rtc = platform_get_drvdata(pdev);
struct tps65910_rtc *tps_rtc = platform_get_drvdata(pdev);

tps65910_rtc_alarm_irq_enable(&rtc->dev, 0);
tps65910_rtc_alarm_irq_enable(&pdev->dev, 0);

rtc_device_unregister(rtc);
rtc_device_unregister(tps_rtc->rtc);
return 0;
}

Expand Down

0 comments on commit e48863a

Please sign in to comment.