Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210460
b: refs/heads/master
c: 408929b
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Linus Torvalds committed Sep 10, 2010
1 parent ff3f940 commit 5be3c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ee3aebdd8f5f8eac41c25c80ceee3d728f920f3b
refs/heads/master: 408929bed7841686ce5fdd06366fb652cb653d6c
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-m41t80.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ static int m41t80_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *t)
t->time.tm_isdst = -1;
t->enabled = !!(reg[M41T80_REG_ALARM_MON] & M41T80_ALMON_AFE);
t->pending = !!(reg[M41T80_REG_FLAGS] & M41T80_FLAGS_AF);
return rtc_valid_tm(t);
return 0;
}

static struct rtc_class_ops m41t80_rtc_ops = {
Expand Down

0 comments on commit 5be3c7e

Please sign in to comment.