Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298649
b: refs/heads/master
c: fd835d1
h: refs/heads/master
i:
  298647: d32d99b
v: v3
  • Loading branch information
Jett.Zhou authored and Linus Torvalds committed Apr 5, 2012
1 parent a014f54 commit 911547e
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: 44c824982fd37a578da23cc90885e9690a6a3f0e
refs/heads/master: fd835d1f2d4826a19530bc045579ffda5775b8f7
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-88pm860x.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ static int pm860x_rtc_alarm_irq_enable(struct device *dev, unsigned int enabled)
struct pm860x_rtc_info *info = dev_get_drvdata(dev);

if (enabled)
pm860x_set_bits(info->i2c, PM8607_RTC1, ALARM, ALARM);
pm860x_set_bits(info->i2c, PM8607_RTC1, ALARM_EN, ALARM_EN);
else
pm860x_set_bits(info->i2c, PM8607_RTC1, ALARM, 0);
pm860x_set_bits(info->i2c, PM8607_RTC1, ALARM_EN, 0);
return 0;
}

Expand Down

0 comments on commit 911547e

Please sign in to comment.