rtc: cmos: ignore bogus century byte
authorEric Wong <e@80x24.org>
Sun, 6 Jan 2019 08:21:03 +0000 (08:21 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 22 Jan 2019 18:05:32 +0000 (19:05 +0100)
commit2a4daadd4d3e507138f8937926e6a4df49c6bfdc
tree193d635afae3daf8a48dbc9eba3639e8cf6a9a9d
parent9a20b5e35a536d6bb4b2d4a3b14a0457e205356c
rtc: cmos: ignore bogus century byte

Older versions of Libreboot and Coreboot had an invalid value
(`3' in my case) in the century byte affecting the GM45 in
the Thinkpad X200.  Not everybody's updated their firmwares,
and Linux <= 4.2 was able to read the RTC without problems,
so workaround this by ignoring invalid values.

Fixes: 3c217e51d8a272b9 ("rtc: cmos: century support")

Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Sylvain Chouleur <sylvain.chouleur@intel.com>
Cc: Patrick McDermott <patrick.mcdermott@libiquity.com>
Cc: linux-rtc@vger.kernel.org
Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-mc146818-lib.c