clk: rockchip: rk3399: fix up the pr_err for debug
Change-Id: I16eeacaf0307146ebf8db745621ef57e5ab16fec Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -106,9 +106,9 @@ static int rockchip_pll_clk_set_postdiv(unsigned long fout_hz,
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
pr_err("CANNOT FIND postdiv1/2 to make fout in range from 800M to 2000M,fout = %lu\n",
|
||||
fout_hz);
|
||||
}
|
||||
pr_err("CANNOT FIND postdiv1/2 to make fout in range from 800M to 2000M,fout = %lu\n",
|
||||
fout_hz);
|
||||
} else {
|
||||
*postdiv1 = 1;
|
||||
*postdiv2 = 1;
|
||||
|
||||
Reference in New Issue
Block a user