Re: [PATCH] thermal: exynos_tmu: fix wrong error check for mapped memory

2013-08-15 Thread Naveen Krishna Ch
On 15 August 2013 12:32, Zhang Rui wrote: > > On 三, 2013-08-07 at 14:01 +0530, Naveen Krishna Chatradhi wrote: > > The error check is checking for a "base" mapped memory base > > instead of "base_common". Fixing the same. > > > > Signed-off-by: Naveen Krishna Chatradhi > > applied. Thanks! >

Re: [PATCH] thermal: exynos_tmu: fix wrong error check for mapped memory

2013-08-15 Thread Zhang Rui
On 三, 2013-08-07 at 14:01 +0530, Naveen Krishna Chatradhi wrote: > The error check is checking for a "base" mapped memory base > instead of "base_common". Fixing the same. > > Signed-off-by: Naveen Krishna Chatradhi applied. Thanks! BTW, can you rebase the other three exynos patches you

Re: [PATCH] thermal: exynos_tmu: fix wrong error check for mapped memory

2013-08-15 Thread Zhang Rui
On 三, 2013-08-07 at 14:01 +0530, Naveen Krishna Chatradhi wrote: The error check is checking for a base mapped memory base instead of base_common. Fixing the same. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com applied. Thanks! BTW, can you rebase the other three exynos

Re: [PATCH] thermal: exynos_tmu: fix wrong error check for mapped memory

2013-08-15 Thread Naveen Krishna Ch
On 15 August 2013 12:32, Zhang Rui rui.zh...@intel.com wrote: On 三, 2013-08-07 at 14:01 +0530, Naveen Krishna Chatradhi wrote: The error check is checking for a base mapped memory base instead of base_common. Fixing the same. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com

[PATCH] thermal: exynos_tmu: fix wrong error check for mapped memory

2013-08-07 Thread Naveen Krishna Chatradhi
The error check is checking for a "base" mapped memory base instead of "base_common". Fixing the same. Signed-off-by: Naveen Krishna Chatradhi --- drivers/thermal/samsung/exynos_tmu.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/samsung/exynos_tmu.c

[PATCH] thermal: exynos_tmu: fix wrong error check for mapped memory

2013-08-07 Thread Naveen Krishna Chatradhi
The error check is checking for a base mapped memory base instead of base_common. Fixing the same. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- drivers/thermal/samsung/exynos_tmu.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git