Loading drivers/clk/qcom/clock-pll.c +2 −2 Original line number Diff line number Diff line /* * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -509,7 +509,7 @@ static long variable_rate_pll_round_rate(struct clk *c, unsigned long rate) if (!pll->src_rate) return 0; if (pll->no_prepared_reconfig && c->prepare_count && c->rate != rate) if (pll->no_prepared_reconfig && c->prepare_count) return -EINVAL; if (rate < pll->min_rate) Loading Loading
drivers/clk/qcom/clock-pll.c +2 −2 Original line number Diff line number Diff line /* * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -509,7 +509,7 @@ static long variable_rate_pll_round_rate(struct clk *c, unsigned long rate) if (!pll->src_rate) return 0; if (pll->no_prepared_reconfig && c->prepare_count && c->rate != rate) if (pll->no_prepared_reconfig && c->prepare_count) return -EINVAL; if (rate < pll->min_rate) Loading