Loading drivers/clk/clk.c +0 −3 Original line number Diff line number Diff line Loading @@ -1093,9 +1093,6 @@ int clk_set_rate(struct clk *clk, unsigned long rate) /* change the rates */ clk_change_rate(top); mutex_unlock(&prepare_lock); return 0; out: mutex_unlock(&prepare_lock); Loading Loading
drivers/clk/clk.c +0 −3 Original line number Diff line number Diff line Loading @@ -1093,9 +1093,6 @@ int clk_set_rate(struct clk *clk, unsigned long rate) /* change the rates */ clk_change_rate(top); mutex_unlock(&prepare_lock); return 0; out: mutex_unlock(&prepare_lock); Loading