video: omap: fix debug message
"DISP" -> "DIV"
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
diff --git a/drivers/video/am335x-fb.c b/drivers/video/am335x-fb.c
index 9f488f6..bbe965a 100644
--- a/drivers/video/am335x-fb.c
+++ b/drivers/video/am335x-fb.c
@@ -179,7 +179,7 @@
}
}
}
- 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);