Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128001
b: refs/heads/master
c: 022b769
h: refs/heads/master
i:
  127999: c3235cf
v: v3
  • Loading branch information
Roel Kluin authored and Kyle McMartin committed Jan 5, 2009
1 parent d68f61a commit 5d34f40
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d2e6675fffe435989e51c084600581ca58048c13
refs/heads/master: 022b7690454ebf945d46467fea7b5f47bbb9b420
3 changes: 2 additions & 1 deletion trunk/drivers/rtc/rtc-parisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ static int parisc_get_time(struct device *dev, struct rtc_time *tm)
static int parisc_set_time(struct device *dev, struct rtc_time *tm)
{
struct parisc_rtc *p = dev_get_drvdata(dev);
unsigned long flags, ret;
unsigned long flags;
int ret;

spin_lock_irqsave(&p->lock, flags);
ret = set_rtc_time(tm);
Expand Down

0 comments on commit 5d34f40

Please sign in to comment.