Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96486
b: refs/heads/master
c: 945185a
h: refs/heads/master
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Linus Torvalds committed May 13, 2008
1 parent 10670a2 commit 5e1b59e
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: f38c84312748de9d04562c12af57080c6901f931
refs/heads/master: 945185a69daa457c4c5e46e47f4afad7dcea734f
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ EXPORT_SYMBOL(rtc_year_days);
*/
void rtc_time_to_tm(unsigned long time, struct rtc_time *tm)
{
register int days, month, year;
unsigned int days, month, year;

days = time / 86400;
time -= days * 86400;
Expand Down

0 comments on commit 5e1b59e

Please sign in to comment.