]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: tegra: Fix a bunch of sparse warnings
authorThierry Reding <treding@nvidia.com>
Mon, 21 Jul 2014 11:16:36 +0000 (13:16 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 10 Apr 2015 14:03:41 +0000 (16:03 +0200)
commitf081c89606f2abba40fafae7133082801d332009
tree1075a75658d746090f37759c24c6cf613ac73017
parent8106462faa3e9f140c8953939745fe2c0d8a6435
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 <paul@pwsan.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-tegra-periph.c