]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitddaab5d96d0aea595b9c08747600948bdc3f64bd
treeb6c505246d94db9ed54aacfb86fe29eb85dd0b71
parente5443155b4584c6ac4e55071c28c631baef1c2d7
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