commit | cc27cce229a935ff04e6a5a9a4bca6f7f848e561 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Fri May 24 16:55:42 2013 -0300 |
committer | Shawn Guo <shawn.guo@linaro.org> | Mon Jun 17 15:45:15 2013 +0800 |
tree | d81fff16a66ba28b98806aefcbf79ae3edf9ed94 | |
parent | baa2559e60eecbad011391d8b374987b4f2b988d [diff] |
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>