Commit 4f7a5129 authored by Fabio Estevam's avatar Fabio Estevam Committed by Philipp Zabel

drm/imx: imx-tve: fix the error message

The error message should say "hsync" instead of "vsync" as
we have just checked the "fsl,hsync-pin" property.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent ae8308b2
...@@ -589,7 +589,7 @@ static int imx_tve_bind(struct device *dev, struct device *master, void *data) ...@@ -589,7 +589,7 @@ static int imx_tve_bind(struct device *dev, struct device *master, void *data)
return ret; return ret;
} }
ret |= of_property_read_u32(np, "fsl,vsync-pin", ret = of_property_read_u32(np, "fsl,vsync-pin",
&tve->di_vsync_pin); &tve->di_vsync_pin);
if (ret < 0) { if (ret < 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment