]> git.hungrycats.org Git - linux/commit
rtc driver rtc-pcf8563 century bit inversed
authorJean-Baptiste Maneyrol <jean-baptiste.maneyrol@teamlog.com>
Sun, 1 Oct 2006 06:28:12 +0000 (23:28 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Oct 2006 20:23:27 +0000 (13:23 -0700)
commit7a6d1366e1803c9bb32cbe9ed40c8931062673fe
treeb9e244dfc1a52cfea3613fe22c02e053b64055fc
parente7754ec83e191457d727b254f284f5215f938a69
rtc driver rtc-pcf8563 century bit inversed

The century bit PCF8563_MO_C in the month register is misinterpreted.  It
is set to 1 for the 20th century and 0 for 21th, and the driver is
expecting the opposite behavior.

Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/rtc/rtc-pcf8563.c