]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce6a6e4a102161bf46095b932cb6db90b63adffa
tree6f0ab30fed866ee6fad276e7e23cfbf9f23eac74
parentcf32c7036286167987b0539403d56b03d95c877d
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