video: omap: fix debug message
[oweals/u-boot.git] / drivers / video / am335x-fb.c
index 9f488f656e719f3ff892fa03c7ed9b3e6bc9cdca..bbe965af841b8c4ff2a0023c4a9532ddfb856815 100644 (file)
@@ -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);