Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139231
b: refs/heads/master
c: f62bacd
h: refs/heads/master
i:
  139229: a65fc3a
  139227: d1695c9
  139223: a11fbd2
  139215: 701de72
  139199: d4b2b6f
v: v3
  • Loading branch information
dann frazier authored and Linus Torvalds committed Apr 1, 2009
1 parent 7541cbc commit 4c64e10
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: 6b318f66dca829a72c974083cc10fd5556eec6f1
refs/heads/master: f62bacd4d48a1a6b8931a0140fb2324a06dd89fe
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-parisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static int parisc_get_time(struct device *dev, struct rtc_time *tm)
if (ret & RTC_BATT_BAD)
return -EOPNOTSUPP;

return 0;
return rtc_valid_tm(tm);
}

static int parisc_set_time(struct device *dev, struct rtc_time *tm)
Expand Down

0 comments on commit 4c64e10

Please sign in to comment.