]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
simple panel: fix spelling of debug message
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Wed, 28 Sep 2016 09:24:06 +0000 (11:24 +0200)
committerTom 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

index b2fe345ce3dea58be3b4ae11cfcb2b566877646b..baa95f6a120a0caebe63473dadc754f5a217ed55 100644 (file)
@@ -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;