rtc: pcf85063: remove useless century handling
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 23 Feb 2016 23:05:28 +0000 (00:05 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 14 Mar 2016 16:08:26 +0000 (17:08 +0100)
commitba270bbbf43474fe459e206b5283996fd1511647
tree6f0ab30fed866ee6fad276e7e23cfbf9f23eac74
parenta25f4a95ec3cded34c1250364eba704c5e4fdac4
rtc: pcf85063: remove useless century handling

pcf85063_get_datetime() tries to handle a century bit but that bit is not
documented and the final value is never used anywhere else in the kernel.

Reviewed-by: Juergen Borleis <jbe@pengutronix.de>
Tested-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-pcf85063.c