Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259033
b: refs/heads/master
c: 8f6b0dd
h: refs/heads/master
i:
  259031: cbf81cd
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jul 26, 2011
1 parent 2c10008 commit d926e18
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: 9a9a54ad7aa2c7420c96c6fd33538f55d81775cb
refs/heads/master: 8f6b0dd369868559b384a66aa17512ae5aae2d9b
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-twl.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static int twl_rtc_set_time(struct device *dev, struct rtc_time *tm)
goto out;

save_control &= ~BIT_RTC_CTRL_REG_STOP_RTC_M;
twl_rtc_write_u8(save_control, REG_RTC_CTRL_REG);
ret = twl_rtc_write_u8(save_control, REG_RTC_CTRL_REG);
if (ret < 0)
goto out;

Expand Down

0 comments on commit d926e18

Please sign in to comment.