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:
7e17846
)
simple panel: fix spelling of debug message
author
Marcel Ziswiler
<marcel.ziswiler@toradex.com>
Wed, 28 Sep 2016 09:24:06 +0000
(11:24 +0200)
committer
Tom Warren
<twarren@nvidia.com>
Mon, 10 Oct 2016 17:44:37 +0000
(10:44 -0700)
Fix spelling of debug message from cnnot to cannot.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/video/simple_panel.c
patch
|
blob
|
history
diff --git
a/drivers/video/simple_panel.c
b/drivers/video/simple_panel.c
index b2fe345ce3dea58be3b4ae11cfcb2b566877646b..baa95f6a120a0caebe63473dadc754f5a217ed55 100644
(file)
--- a/
drivers/video/simple_panel.c
+++ b/
drivers/video/simple_panel.c
@@
-42,7
+42,7
@@
static int simple_panel_ofdata_to_platdata(struct udevice *dev)
ret = uclass_get_device_by_phandle(UCLASS_REGULATOR, dev,
"power-supply", &priv->reg);
if (ret) {
- debug("%s: Warning: cnnot get power supply: ret=%d\n",
+ debug("%s: Warning: c
a
nnot get power supply: ret=%d\n",
__func__, ret);
if (ret != -ENOENT)
return ret;