]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx: clk: No need to initialize phandle struct
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 24 May 2013 19:55:42 +0000 (16:55 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:45:15 +0000 (15:45 +0800)
commitcc27cce229a935ff04e6a5a9a4bca6f7f848e561
treed81fff16a66ba28b98806aefcbf79ae3edf9ed94
parentbaa2559e60eecbad011391d8b374987b4f2b988d
ARM: imx: clk: No need to initialize phandle struct

commit 84344b43c (ARM: i.MX5: Allow DT clock providers) introduce the following
sparse warning:

arch/arm/mach-imx/clk.c:12:43: warning: Using plain integer as NULL pointer

There is no need to initialize phandle, so remove it.

Cc: Martin Fuzzey <mfuzzey@parkeon.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk.c