Message ID | 20200209184745.20473-7-dariobin@libero.it |
---|---|
State | Superseded |
Headers | show |
Series | Add DM/DTS support for omap video driver | expand |
On 10/02/20 12:17 AM, Dario Binacchi wrote: > "DISP" -> "DIV" > > Signed-off-by: Dario Binacchi <dariobin at libero.it> Reviewed-by: Lokesh Vutla <lokeshvutla at ti.com> Thanks and regards, Lokesh
diff --git a/drivers/video/am335x-fb.c b/drivers/video/am335x-fb.c index 02299107af..779032396e 100644 --- a/drivers/video/am335x-fb.c +++ b/drivers/video/am335x-fb.c @@ -179,7 +179,7 @@ int am335xfb_init(struct am335x_lcdpanel *panel) } } } - debug("%s: PLL: best error %d Hz (M %d, N %d, DISP %d)\n", + debug("%s: PLL: best error %d Hz (M %d, N %d, DIV %d)\n", __func__, err_r, dpll_disp.m, dpll_disp.n, best_d); do_setup_dpll(&dpll_disp_regs, &dpll_disp);
"DISP" -> "DIV" Signed-off-by: Dario Binacchi <dariobin at libero.it> --- drivers/video/am335x-fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)