Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96496
b: refs/heads/master
c: 417607d
h: refs/heads/master
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Linus Torvalds committed May 13, 2008
1 parent af56147 commit d13b5c8
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: 6c82c4150910dedd449194cb6d286b80478f3542
refs/heads/master: 417607d05f41dbe2acccdb7a298a81d30ba1d22b
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-m41t80.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ static int m41t80_probe(struct i2c_client *client,

#ifdef CONFIG_RTC_DRV_M41T80_WDT
if (clientdata->features & M41T80_FEATURE_HT) {
save_client = client;
rc = misc_register(&wdt_dev);
if (rc)
goto exit;
Expand All @@ -811,7 +812,6 @@ static int m41t80_probe(struct i2c_client *client,
misc_deregister(&wdt_dev);
goto exit;
}
save_client = client;
}
#endif
return 0;
Expand Down

0 comments on commit d13b5c8

Please sign in to comment.