Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129665
b: refs/heads/master
c: cafa1d8
h: refs/heads/master
i:
  129663: e391a7c
v: v3
  • Loading branch information
Matti Halme authored and Linus Torvalds committed Jan 16, 2009
1 parent 63ed8a6 commit 2917905
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4216d0bd8fef77b7926eb065a766e2ee003acf6a
refs/heads/master: cafa1d8b0c90252e73f20db1b6f32cf88e73ff17
5 changes: 3 additions & 2 deletions trunk/drivers/rtc/rtc-twl4030.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,9 @@ static int __devexit twl4030_rtc_remove(struct platform_device *pdev)

static void twl4030_rtc_shutdown(struct platform_device *pdev)
{
mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M |
BIT_RTC_INTERRUPTS_REG_IT_ALARM_M);
/* mask timer interrupts, but leave alarm interrupts on to enable
power-on when alarm is triggered */
mask_rtc_irq_bit(BIT_RTC_INTERRUPTS_REG_IT_TIMER_M);
}

#ifdef CONFIG_PM
Expand Down

0 comments on commit 2917905

Please sign in to comment.