Re: [PATCH] clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]

2014-03-17 Thread Tomasz Figa
Hi Pankaj, On 17.03.2014 02:22, Pankaj Dubey wrote: On 02/26/2014 11:42 AM, Pankaj Dubey wrote: When compiled using ARM64 cross compiler, gcc complains as drivers/clk/samsung/clk.c:293:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Signed-off-by: Pankaj Du

Re: [PATCH] clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]

2014-03-16 Thread Pankaj Dubey
On 02/26/2014 11:42 AM, Pankaj Dubey wrote: When compiled using ARM64 cross compiler, gcc complains as drivers/clk/samsung/clk.c:293:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Signed-off-by: Pankaj Dubey --- drivers/clk/samsung/clk.c |2 +- 1 fil

[PATCH] clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]

2014-02-25 Thread Pankaj Dubey
When compiled using ARM64 cross compiler, gcc complains as drivers/clk/samsung/clk.c:293:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] Signed-off-by: Pankaj Dubey --- drivers/clk/samsung/clk.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -