Re: [PATCH 2/5] rtc: rtc-s3c: Fix setting missing field of getalarm

2010-09-07 Thread Ben Dooks
On 07/09/10 06:29, Kukjin Kim wrote: > From: Changhwan Youn > > Current s3c_rtc_getalarm() sets missing field of alarm time with 0xff. > But this value should be -1 according to drivers/rtc/interface.c. Never noticed a problem, but then this call isn't the most used call. > Signed-off-by: Chang

[PATCH 2/5] rtc: rtc-s3c: Fix setting missing field of getalarm

2010-09-06 Thread Kukjin Kim
From: Changhwan Youn Current s3c_rtc_getalarm() sets missing field of alarm time with 0xff. But this value should be -1 according to drivers/rtc/interface.c. Signed-off-by: Changhwan Youn Signed-off-by: Kukjin Kim Cc: Ben Dooks --- drivers/rtc/rtc-s3c.c | 12 ++-- 1 files changed,