diff options
author | Dario Binacchi <dariobin@libero.it> | 2020-02-22 14:05:42 +0100 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-03-03 13:08:14 +0530 |
commit | 9aead9ae09416f4c54dfb7a4a076dd2147561ba3 (patch) | |
tree | 5ea1de5a1613f1c781866206624501e427acdff6 /drivers/video | |
parent | 41f76a01f3d3606dc76eee24bd68eb2461ab136b (diff) | |
download | u-boot-9aead9ae09416f4c54dfb7a4a076dd2147561ba3.tar.gz u-boot-9aead9ae09416f4c54dfb7a4a076dd2147561ba3.tar.bz2 u-boot-9aead9ae09416f4c54dfb7a4a076dd2147561ba3.zip |
video: omap: fix debug message
"DISP" -> "DIV"
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/am335x-fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/am335x-fb.c b/drivers/video/am335x-fb.c index 9f488f656e..bbe965af84 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); |