Merge git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / 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;