Loading drivers/clk/msm/clock-local2.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, 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 @@ -1486,8 +1486,8 @@ static int set_rate_pixel(struct clk *clk, unsigned long rate) { struct rcg_clk *rcg = to_rcg_clk(clk); struct clk_freq_tbl *pixel_freq = rcg->current_freq; int frac_num[] = {3, 2, 4, 1}; int frac_den[] = {8, 9, 9, 1}; int frac_num[] = {1, 3, 2, 4}; int frac_den[] = {1, 8, 9, 9}; int delta = 100000; int i, rc; Loading Loading
drivers/clk/msm/clock-local2.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, 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 @@ -1486,8 +1486,8 @@ static int set_rate_pixel(struct clk *clk, unsigned long rate) { struct rcg_clk *rcg = to_rcg_clk(clk); struct clk_freq_tbl *pixel_freq = rcg->current_freq; int frac_num[] = {3, 2, 4, 1}; int frac_den[] = {8, 9, 9, 1}; int frac_num[] = {1, 3, 2, 4}; int frac_den[] = {1, 8, 9, 9}; int delta = 100000; int i, rc; Loading