Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96132
b: refs/heads/master
c: 9a0f4ae
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Linus Torvalds committed May 8, 2008
1 parent bb12e24 commit eceb185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a8b1ecf3d5c48ebde9fed61c7a682b2270e09d2b
refs/heads/master: 9a0f4aea878315ba87cb8a4d0dddc67832218e3f
4 changes: 2 additions & 2 deletions trunk/drivers/rtc/rtc-ds1511.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ds1511_wdog_disable(void)
static int ds1511_rtc_set_time(struct device *dev, struct rtc_time *rtc_tm)
{
u8 mon, day, dow, hrs, min, sec, yrs, cen;
unsigned int flags;
unsigned long flags;

/*
* won't have to change this for a while
Expand Down Expand Up @@ -247,7 +247,7 @@ static int ds1511_rtc_set_time(struct device *dev, struct rtc_time *rtc_tm)
static int ds1511_rtc_read_time(struct device *dev, struct rtc_time *rtc_tm)
{
unsigned int century;
unsigned int flags;
unsigned long flags;

spin_lock_irqsave(&ds1511_lock, flags);
rtc_disable_update();
Expand Down

0 comments on commit eceb185

Please sign in to comment.