Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164809
b: refs/heads/master
c: 72445af
h: refs/heads/master
i:
  164807: 0fe60ec
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Sep 23, 2009
1 parent e3f7bd1 commit b9a857c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d3c7a3f71a103abb7af5bdaf1adf6f693913a4a9
refs/heads/master: 72445af880dbcd41cffd0d7b78a8c74da093e9eb
3 changes: 1 addition & 2 deletions trunk/drivers/rtc/rtc-ds1307.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,7 @@ static int __devinit ds1307_probe(struct i2c_client *client,
return 0;

exit_irq:
if (ds1307->rtc)
rtc_device_unregister(ds1307->rtc);
rtc_device_unregister(ds1307->rtc);
exit_free:
kfree(ds1307);
return err;
Expand Down

0 comments on commit b9a857c

Please sign in to comment.