[PATCH v3 06/13] video: omap: fix debug message
Dario Binacchi
dariobin at libero.it
Sat Feb 22 14:05:42 CET 2020
"DISP" -> "DIV"
Signed-off-by: Dario Binacchi <dariobin at libero.it>
Reviewed-by: Lokesh Vutla <lokeshvutla at ti.com>
---
Changes in v3: None
Changes in v2: None
drivers/video/am335x-fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
--
2.17.1
More information about the U-Boot
mailing list