commit | f081c89606f2abba40fafae7133082801d332009 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jul 21 13:16:36 2014 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Fri Apr 10 16:03:41 2015 +0200 |
tree | 1075a75658d746090f37759c24c6cf613ac73017 | |
parent | 8106462faa3e9f140c8953939745fe2c0d8a6435 [diff] |
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>