Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32597
b: refs/heads/master
c: d1d60de
h: refs/heads/master
i:
  32595: 20095c1
v: v3
  • Loading branch information
Julien BLACHE authored and Ralf Baechle committed Jul 13, 2006
1 parent cf828be commit 0f65046
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: ece2246ebda3d86cedb9414e7771862a6c9a054c
refs/heads/master: d1d60ded2b6cca40e2f14ea2771cbe815c11abb5
2 changes: 1 addition & 1 deletion trunk/arch/mips/sgi-ip22/ip22-time.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static int indy_rtc_set_time(unsigned long tim)
save_control = hpc3c0->rtcregs[RTC_CMD] & 0xff;
hpc3c0->rtcregs[RTC_CMD] = save_control | RTC_TE;

hpc3c0->rtcregs[RTC_YEAR] = BIN2BCD(tm.tm_sec);
hpc3c0->rtcregs[RTC_YEAR] = BIN2BCD(tm.tm_year);
hpc3c0->rtcregs[RTC_MONTH] = BIN2BCD(tm.tm_mon);
hpc3c0->rtcregs[RTC_DATE] = BIN2BCD(tm.tm_mday);
hpc3c0->rtcregs[RTC_HOURS] = BIN2BCD(tm.tm_hour);
Expand Down

0 comments on commit 0f65046

Please sign in to comment.