Re: [PATCH] drivers/rtc/rtc-max77686.c: Fix wrong register

2013-08-14 Thread Andrew Morton
On Wed, 14 Aug 2013 10:21:41 +0900 Sangjung Woo wrote: > Fix to read the wrong register when checking whether the RTC timer has > reached or not. > > ... > > --- a/drivers/rtc/rtc-max77686.c > +++ b/drivers/rtc/rtc-max77686.c > @@ -240,9 +240,9 @@ static int max77686_rtc_read_alarm(struct

Re: [PATCH] drivers/rtc/rtc-max77686.c: Fix wrong register

2013-08-14 Thread Andrew Morton
On Wed, 14 Aug 2013 10:21:41 +0900 Sangjung Woo sangjung@samsung.com wrote: Fix to read the wrong register when checking whether the RTC timer has reached or not. ... --- a/drivers/rtc/rtc-max77686.c +++ b/drivers/rtc/rtc-max77686.c @@ -240,9 +240,9 @@ static int

[PATCH] drivers/rtc/rtc-max77686.c: Fix wrong register

2013-08-13 Thread Sangjung Woo
Fix to read the wrong register when checking whether the RTC timer has reached or not. Signed-off-by: Sangjung Woo Signed-off-by: Myugnjoo Ham Reviewed-by: Jonghwa Lee --- drivers/rtc/rtc-max77686.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] drivers/rtc/rtc-max77686.c: Fix wrong register

2013-08-13 Thread jonghwa3 . lee
On 2013년 08월 13일 22:37, Sangjung Woo wrote: > Fix to read the wrong register when cheching whether the RTC timer has > reached or not. > > Signed-off-by: Sangjung Woo > Signed-off-by: Myugnjoo Ham > Reviewed-by: Jonghwa Lee > --- > drivers/rtc/rtc-max77686.c |2 +- > 1 file changed, 1

[PATCH] drivers/rtc/rtc-max77686.c: Fix wrong register

2013-08-13 Thread Sangjung Woo
Fix to read the wrong register when cheching whether the RTC timer has reached or not. Signed-off-by: Sangjung Woo Signed-off-by: Myugnjoo Ham Reviewed-by: Jonghwa Lee --- drivers/rtc/rtc-max77686.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] drivers/rtc/rtc-max77686.c: Fix wrong register

2013-08-13 Thread Sangjung Woo
Fix to read the wrong register when cheching whether the RTC timer has reached or not. Signed-off-by: Sangjung Woo sangjung@samsung.com Signed-off-by: Myugnjoo Ham myungjoo@samsung.com Reviewed-by: Jonghwa Lee jonghwa3@samsung.com --- drivers/rtc/rtc-max77686.c |2 +- 1 file

Re: [PATCH] drivers/rtc/rtc-max77686.c: Fix wrong register

2013-08-13 Thread jonghwa3 . lee
On 2013년 08월 13일 22:37, Sangjung Woo wrote: Fix to read the wrong register when cheching whether the RTC timer has reached or not. Signed-off-by: Sangjung Woo sangjung@samsung.com Signed-off-by: Myugnjoo Ham myungjoo@samsung.com Reviewed-by: Jonghwa Lee jonghwa3@samsung.com

[PATCH] drivers/rtc/rtc-max77686.c: Fix wrong register

2013-08-13 Thread Sangjung Woo
Fix to read the wrong register when checking whether the RTC timer has reached or not. Signed-off-by: Sangjung Woo sangjung@samsung.com Signed-off-by: Myugnjoo Ham myungjoo@samsung.com Reviewed-by: Jonghwa Lee jonghwa3@samsung.com --- drivers/rtc/rtc-max77686.c |4 ++-- 1 file