aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf8563.c
diff options
context:
space:
mode:
authorWan ZongShun <mcuos.com@gmail.com>2010-08-10 18:02:07 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-11 08:59:06 -0700
commit70d2a0bae26c7c44641785d9def8a0d9048abbea (patch)
tree01c89101b519340ff6252eb2de5024d016c20789 /drivers/rtc/rtc-pcf8563.c
parent0a89b55364e0a4fd4be9bc2c9a697f9b027eb395 (diff)
downloadkernel_samsung_smdk4412-70d2a0bae26c7c44641785d9def8a0d9048abbea.zip
kernel_samsung_smdk4412-70d2a0bae26c7c44641785d9def8a0d9048abbea.tar.gz
kernel_samsung_smdk4412-70d2a0bae26c7c44641785d9def8a0d9048abbea.tar.bz2
rtc/nuc900: fix checking of args during time-setting
When a user application wants to set the rtc time, the RTC subsystem takes advantage of 'rtc_valid_tm(tm)' to check 'rtc_time *tm' value validity, it make sure the 'tm->tm_year' is larger than 70,so if '70< tm_year < 100', the '(settm->tm_year - 100)' will be negative. ' Setting the negative value to hardware register will be invalid, so I add the 'if' condition to make sure set a valid value to register. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-pcf8563.c')
0 files changed, 0 insertions, 0 deletions