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:
Elaine Zhang
2017-01-22 14:57:29 +08:00
parent ae2b8aefd7
commit 5045fa1a38

View File

@@ -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;