From: Thierry Reding Date: Mon, 21 Jul 2014 11:16:36 +0000 (+0200) Subject: clk: tegra: Fix a bunch of sparse warnings X-Git-Tag: omap-for-v4.2/o2_dc~66^2~5^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f081c89606f2abba40fafae7133082801d332009;p=pandora-kernel.git clk: tegra: Fix a bunch of sparse warnings The second to last parameter of the TEGRA_CLK_PERIPH macro denotes a table and should therefore users should pass in NULL instead of 0. Fixes a bunch of sparse warnings like this: warning: Using plain integer as NULL pointer Reviewed-by: Paul Walmsley Signed-off-by: Thierry Reding --- Reading git-diff-tree failed