[PATCH v4 03/15] clk: tegra: common periph_clk_enb_refcnt and clks
Andrew Bresticker
abrestic at chromium.org
Thu Oct 17 18:26:20 EDT 2013
Hi Peter,
> static void __init tegra30_clock_init(struct device_node *np)
> {
> struct device_node *node;
> - int i;
>
> clk_base = of_iomap(np, 0);
> if (!clk_base) {
> @@ -1916,8 +1910,11 @@ static void __init tegra30_clock_init(struct device_node *np)
> BUG();
> }
>
> - if (tegra_clk_set_periph_banks(5) < 0)
> + clks = tegra_clk_init(clk_max, 5);
> + if (!clks) {
> + WARN_ON(1);
Really minor nit: it seems strange that we WARN here for t30, but not
for t114 or t20.
Thanks,
Andrew
More information about the linux-arm-kernel
mailing list