Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118422
b: refs/heads/master
c: 9e3a4af
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Linus Torvalds committed Nov 6, 2008
1 parent 2538cdf commit 31dc68e
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: a564738c1c9c7b9ed696bf4116267789201ac8ac
refs/heads/master: 9e3a4afd5a66f9047e30ba225525e6ff01612dc4
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ int rtc_read_alarm(struct rtc_device *rtc, struct rtc_wkalrm *alarm)
dev_dbg(&rtc->dev, "alarm rollover: %s\n", "year");
do {
alarm->time.tm_year++;
} while (!rtc_valid_tm(&alarm->time));
} while (rtc_valid_tm(&alarm->time) != 0);
break;

default:
Expand Down

0 comments on commit 31dc68e

Please sign in to comment.