projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f76a0
)
video: omap: fix debug message
author
Dario Binacchi
<dariobin@libero.it>
Sat, 22 Feb 2020 13:05:42 +0000
(14:05 +0100)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Tue, 3 Mar 2020 07:38:14 +0000
(13:08 +0530)
"DISP" -> "DIV"
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/video/am335x-fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/am335x-fb.c
b/drivers/video/am335x-fb.c
index 9f488f656e719f3ff892fa03c7ed9b3e6bc9cdca..bbe965af841b8c4ff2a0023c4a9532ddfb856815 100644
(file)
--- 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, DI
SP
%d)\n",
+ debug("%s: PLL: best error %d Hz (M %d, N %d, DI
V
%d)\n",
__func__, err_r, dpll_disp.m, dpll_disp.n, best_d);
do_setup_dpll(&dpll_disp_regs, &dpll_disp);