clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]
authorPankaj Dubey <pankaj.dubey@samsung.com>
Wed, 26 Feb 2014 02:42:41 +0000 (11:42 +0900)
committerTomasz Figa <t.figa@samsung.com>
Wed, 14 May 2014 17:40:05 +0000 (19:40 +0200)
commit42fb57c008406ab667bcc6e3164cee092c6f35e7
treeb6c505246d94db9ed54aacfb86fe29eb85dd0b71
parent53cb6342dee87c99c61bc4d9f3dd4471936f71e7
clk: samsung: fixed compiler warning [-Wpointer-to-int-cast]

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 <pankaj.dubey@samsung.com>
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
drivers/clk/samsung/clk.c