From: Fabio Estevam Date: Fri, 24 May 2013 19:55:42 +0000 (-0300) Subject: ARM: imx: clk: No need to initialize phandle struct X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~69^2~10^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc27cce229a935ff04e6a5a9a4bca6f7f848e561;p=pandora-kernel.git 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 Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- Reading git-diff-tree failed