Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11629
b: refs/heads/master
c: b6ba928
h: refs/heads/master
i:
  11627: e791792
v: v3
  • Loading branch information
Paul Mackerras committed Oct 22, 2005
1 parent a3fe39b commit 7a1bc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: ef1a12817aebc313049d226f96eee86e4bcc94a3
refs/heads/master: b6ba92819dc1304a4e5a0bf06b297c657b58168a
6 changes: 2 additions & 4 deletions trunk/include/asm-powerpc/rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ static inline unsigned int get_rtc_time(struct rtc_time *time)
/* Set the current date and time in the real time clock. */
static inline int set_rtc_time(struct rtc_time *time)
{
if (ppc_md.get_rtc_time) {
ppc_md.set_rtc_time(time);
return 0;
}
if (ppc_md.set_rtc_time)
return ppc_md.set_rtc_time(time);
return -EINVAL;
}

Expand Down

0 comments on commit 7a1bc9a

Please sign in to comment.