Skip to content
Snippets Groups Projects
Commit 28c694c8 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Tom Warren
Browse files

simple panel: fix spelling of debug message


Fix spelling of debug message from cnnot to cannot.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: default avatarAnatolij Gustschin <agust@denx.de>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent 7e178465
No related branches found
No related tags found
No related merge requests found
......@@ -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: cannot get power supply: ret=%d\n",
__func__, ret);
if (ret != -ENOENT)
return ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment