Re: [PATCH] clocksource: exynos4: Fix wrong bit operation in exynos4_mct_write()

2014-02-04 Thread jonghwa3 . lee
On 2014년 02월 04일 22:01, Kyungmin Park wrote: > > > On Tuesday, February 4, 2014, Jonghwa Lee > wrote: > > There was a faulty bit operation during checking offset in > exynos4_mct_write(). > This patch fixes it correctly. > > What's the issue? What's

[PATCH] clocksource: exynos4: Fix wrong bit operation in exynos4_mct_write()

2014-02-04 Thread Jonghwa Lee
There was a faulty bit operation during checking offset in exynos4_mct_write(). This patch fixes it correctly. Signed-off-by: Jonghwa Lee Signed-off-by: MyungJoo Ham --- drivers/clocksource/exynos_mct.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] clocksource: exynos4: Fix wrong bit operation in exynos4_mct_write()

2014-02-04 Thread Jonghwa Lee
There was a faulty bit operation during checking offset in exynos4_mct_write(). This patch fixes it correctly. Signed-off-by: Jonghwa Lee jonghwa3@samsung.com Signed-off-by: MyungJoo Ham myungjoo@samsung.com --- drivers/clocksource/exynos_mct.c |4 ++-- 1 file changed, 2

Re: [PATCH] clocksource: exynos4: Fix wrong bit operation in exynos4_mct_write()

2014-02-04 Thread jonghwa3 . lee
On 2014년 02월 04일 22:01, Kyungmin Park wrote: On Tuesday, February 4, 2014, Jonghwa Lee jonghwa3@samsung.com mailto:jonghwa3@samsung.com wrote: There was a faulty bit operation during checking offset in exynos4_mct_write(). This patch fixes it correctly. What's the