Loading drivers/clk/qcom/mdss/mdss-dsi-pll-8996-util.c +2 −2 Original line number Original line Diff line number Diff line /* Copyright (c) 2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -317,7 +317,7 @@ int dsi_pll_enable_seq_8996(struct mdss_pll_resources *pll) static int dsi_pll_enable(struct clk *c) static int dsi_pll_enable(struct clk *c) { { int i, rc; int i, rc = 0; struct dsi_pll_vco_clk *vco = to_vco_clk(c); struct dsi_pll_vco_clk *vco = to_vco_clk(c); struct mdss_pll_resources *pll = vco->priv; struct mdss_pll_resources *pll = vco->priv; Loading Loading
drivers/clk/qcom/mdss/mdss-dsi-pll-8996-util.c +2 −2 Original line number Original line Diff line number Diff line /* Copyright (c) 2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -317,7 +317,7 @@ int dsi_pll_enable_seq_8996(struct mdss_pll_resources *pll) static int dsi_pll_enable(struct clk *c) static int dsi_pll_enable(struct clk *c) { { int i, rc; int i, rc = 0; struct dsi_pll_vco_clk *vco = to_vco_clk(c); struct dsi_pll_vco_clk *vco = to_vco_clk(c); struct mdss_pll_resources *pll = vco->priv; struct mdss_pll_resources *pll = vco->priv; Loading