commit | 1713e903c680de4934837689abecc5df02f463ac | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@teamlog.com> | Sat Sep 30 23:28:12 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 01 00:39:25 2006 -0700 |
tree | cc1677465cc57c2a0202eadd27a4a86baccf2850 | |
parent | 365e02237b164701897244aab7412b21c5e622af [diff] |
[PATCH] 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> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>