aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1672.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ds1672.c')
-rw-r--r--drivers/rtc/rtc-ds1672.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-ds1672.c b/drivers/rtc/rtc-ds1672.c
index 56a331367386..9be81fd4737c 100644
--- a/drivers/rtc/rtc-ds1672.c
+++ b/drivers/rtc/rtc-ds1672.c
@@ -229,8 +229,6 @@ static int ds1672_probe(struct i2c_adapter *adapter, int address, int kind)
229 229
230 if (IS_ERR(rtc)) { 230 if (IS_ERR(rtc)) {
231 err = PTR_ERR(rtc); 231 err = PTR_ERR(rtc);
232 dev_err(&client->dev,
233 "unable to register the class device\n");
234 goto exit_detach; 232 goto exit_detach;
235 } 233 }
236 234