mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
simple panel: fix spelling of debug message
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>
This commit is contained in:
parent
7e1784651b
commit
28c694c86f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue