diff options
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/tegra2_clocks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra2_clocks.c b/arch/arm/mach-tegra/tegra2_clocks.c index 6442abe0120d..600a5a473ab5 100644 --- a/arch/arm/mach-tegra/tegra2_clocks.c +++ b/arch/arm/mach-tegra/tegra2_clocks.c | |||
@@ -620,7 +620,6 @@ static int tegra2_pll_clk_set_rate(struct clk *c, unsigned long rate) | |||
620 | const struct clk_pll_table *sel; | 620 | const struct clk_pll_table *sel; |
621 | 621 | ||
622 | pr_debug("%s: %s %lu\n", __func__, c->name, rate); | 622 | pr_debug("%s: %s %lu\n", __func__, c->name, rate); |
623 | BUG_ON(c->refcnt != 0); | ||
624 | 623 | ||
625 | input_rate = c->parent->rate; | 624 | input_rate = c->parent->rate; |
626 | for (sel = c->pll_table; sel->input_rate != 0; sel++) { | 625 | for (sel = c->pll_table; sel->input_rate != 0; sel++) { |