mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[ARM] tegra: clock: Don't BUG on changing an enabled PLL
Change-Id: Id213fd4ad8ae1e4429e31625c8b61d6be3fe708f Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
@@ -645,7 +645,6 @@ static int tegra2_pll_clk_set_rate(struct clk *c, unsigned long rate)
|
||||
const struct clk_pll_table *sel;
|
||||
|
||||
pr_debug("%s: %s %lu\n", __func__, c->name, rate);
|
||||
BUG_ON(c->refcnt != 0);
|
||||
|
||||
input_rate = c->parent->rate;
|
||||
for (sel = c->pll_table; sel->input_rate != 0; sel++) {
|
||||
|
||||
Reference in New Issue
Block a user