mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
video: omap: fix debug message
"DISP" -> "DIV" Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
41f76a01f3
commit
9aead9ae09
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue