rtc: ds1347: remove useless read
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 7 Oct 2019 13:47:17 +0000 (15:47 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 7 Oct 2019 13:49:26 +0000 (15:49 +0200)
commit1d84eca6d5b320b9c0a2f7c107aac40bb8989785
tree43fef8f323c040fdc935d6e02eb40940279a0f1f
parent590062f479312aecc0eb88900cdc4983a7cc56f5
rtc: ds1347: remove useless read

DS1347_SECONDS_REG is read at probe time but the value is simply discarded.
Remove that useless read.

Link: https://lore.kernel.org/r/20191007134724.15505-3-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ds1347.c