Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clk: tegra: Fix sparse warning for pll_m
Sparse generates the following warning for the pll_m params structure: drivers/clk/tegra/clk-tegra210.c:1569:10: warning: Initializer entry defined twice drivers/clk/tegra/clk-tegra210.c:1570:10: also defined here Fix this by correcting the index for the MISC1 register. Fixes: b31eba5 ("clk: tegra: Add support for Tegra210 clocks") Signed-off-by: Jon Hunter <[email protected]> Acked-by: Rhyland Klein <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
- Loading branch information