diff options
-rw-r--r-- | drivers/rtc/rtc-pcf2123.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-pcf2123.c b/drivers/rtc/rtc-pcf2123.c index 6a3f329c3df4..796a6c5067dd 100644 --- a/drivers/rtc/rtc-pcf2123.c +++ b/drivers/rtc/rtc-pcf2123.c | |||
@@ -266,6 +266,7 @@ static int pcf2123_probe(struct spi_device *spi) | |||
266 | 266 | ||
267 | if (!(rxbuf[0] & 0x20)) { | 267 | if (!(rxbuf[0] & 0x20)) { |
268 | dev_err(&spi->dev, "chip not found\n"); | 268 | dev_err(&spi->dev, "chip not found\n"); |
269 | ret = -ENODEV; | ||
269 | goto kfree_exit; | 270 | goto kfree_exit; |
270 | } | 271 | } |
271 | 272 | ||