Re: [PATCH -next] clk: shmobile: fix sparse NULL pointer warning

2015-01-13 Thread Simon Horman
On Wed, Jan 14, 2015 at 01:09:10PM +0900, Simon Horman wrote: > On Wed, Jan 14, 2015 at 09:16:23AM +0800, weiyj...@163.com wrote: > > From: Wei Yongjun > > > > Fixes the following sparse warnings: > > > > drivers/clk/shmobile/clk-sh73a0.c:57:17: warning: > > Using plain integer as NULL pointer

Re: [PATCH -next] clk: shmobile: fix sparse NULL pointer warning

2015-01-13 Thread Simon Horman
On Wed, Jan 14, 2015 at 09:16:23AM +0800, weiyj...@163.com wrote: > From: Wei Yongjun > > Fixes the following sparse warnings: > > drivers/clk/shmobile/clk-sh73a0.c:57:17: warning: > Using plain integer as NULL pointer > > Signed-off-by: Wei Yongjun Acked-by: Simon Horman > --- >

[PATCH -next] clk: shmobile: fix sparse NULL pointer warning

2015-01-13 Thread weiyj_lk
From: Wei Yongjun Fixes the following sparse warnings: drivers/clk/shmobile/clk-sh73a0.c:57:17: warning: Using plain integer as NULL pointer Signed-off-by: Wei Yongjun --- drivers/clk/shmobile/clk-sh73a0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH -next] clk: shmobile: fix sparse NULL pointer warning

2015-01-13 Thread weiyj_lk
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warnings: drivers/clk/shmobile/clk-sh73a0.c:57:17: warning: Using plain integer as NULL pointer Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/clk/shmobile/clk-sh73a0.c | 2 +- 1 file changed, 1

Re: [PATCH -next] clk: shmobile: fix sparse NULL pointer warning

2015-01-13 Thread Simon Horman
On Wed, Jan 14, 2015 at 01:09:10PM +0900, Simon Horman wrote: On Wed, Jan 14, 2015 at 09:16:23AM +0800, weiyj...@163.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warnings: drivers/clk/shmobile/clk-sh73a0.c:57:17: warning: Using plain integer

Re: [PATCH -next] clk: shmobile: fix sparse NULL pointer warning

2015-01-13 Thread Simon Horman
On Wed, Jan 14, 2015 at 09:16:23AM +0800, weiyj...@163.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warnings: drivers/clk/shmobile/clk-sh73a0.c:57:17: warning: Using plain integer as NULL pointer Signed-off-by: Wei Yongjun