Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72963
b: refs/heads/master
c: 23e8bc2
h: refs/heads/master
i:
  72961: 5c99e05
  72959: c7a4b3c
v: v3
  • Loading branch information
David S. Miller committed Oct 31, 2007
1 parent 9650bc5 commit 2cd1ed5
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: b1d08ac064268d0ae2281e98bf5e82627e0f0c56
refs/heads/master: 23e8bc200c3bbbd6eae1128e9095a3968954af2e
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ static int set_rtc_mmss(unsigned long nowtime)
* Not having a register set can lead to trouble.
* Also starfire doesn't have a tod clock.
*/
if (!mregs && !dregs & !bregs)
if (!mregs && !dregs && !bregs)
return -1;

if (mregs) {
Expand Down

0 comments on commit 2cd1ed5

Please sign in to comment.