From: Tony Prisk Date: Mon, 4 Feb 2013 22:28:44 +0000 (-0800) Subject: drivers/rtc/rtc-vt8500.c: fix year field in vt8500_rtc_set_time() X-Git-Tag: v3.8-rc7~16^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bdf8cd3226fe11f26ce32bbb4c5e381cf807c89;p=pandora-kernel.git drivers/rtc/rtc-vt8500.c: fix year field in vt8500_rtc_set_time() The year field is incorrectly masked when setting the date. If the year is beyond 2099, the year field will be incorrectly updated in hardware. This patch masks the year field correctly. Signed-off-by: Edgar Toernig Signed-off-by: Tony Prisk Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed