aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8563.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-pcf8563.c')
-rw-r--r--drivers/rtc/rtc-pcf8563.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-pcf8563.c
index 0a7fd0b4685a..ba9a583b7b68 100644
--- a/drivers/rtc/rtc-pcf8563.c
+++ b/drivers/rtc/rtc-pcf8563.c
@@ -290,8 +290,6 @@ static int pcf8563_probe(struct i2c_adapter *adapter, int address, int kind)
290 290
291 if (IS_ERR(rtc)) { 291 if (IS_ERR(rtc)) {
292 err = PTR_ERR(rtc); 292 err = PTR_ERR(rtc);
293 dev_err(&client->dev,
294 "unable to register the class device\n");
295 goto exit_detach; 293 goto exit_detach;
296 } 294 }
297 295