Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62973
b: refs/heads/master
c: bd16f9e
h: refs/heads/master
i:
  62971: 63162dc
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Jul 26, 2007
1 parent 9742b95 commit a284b37
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: 47572b84aa3d4c9d44bceb43af8c58744b96af10
refs/heads/master: bd16f9ebd083b965dcdfb6b762e206374d5b823b
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1307.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static int __devinit ds1307_probe(struct i2c_client *client)
/* oscillator fault? clear flag, and warn */
if (ds1307->regs[DS1307_REG_CONTROL] & DS1338_BIT_OSF) {
i2c_smbus_write_byte_data(client, DS1307_REG_CONTROL,
ds1307->regs[DS1337_REG_CONTROL]
ds1307->regs[DS1307_REG_CONTROL]
& ~DS1338_BIT_OSF);
dev_warn(&client->dev, "SET TIME!\n");
goto read_rtc;
Expand Down

0 comments on commit a284b37

Please sign in to comment.