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: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
Fabio Estevam
2016-07-09 18:57:43 -03:00
کامیت شده توسط Philipp Zabel
والد ae8308b236
کامیت 4f7a512913

مشاهده پرونده

@@ -589,8 +589,8 @@ static int imx_tve_bind(struct device *dev, struct device *master, void *data)
return ret;
}
ret |= of_property_read_u32(np, "fsl,vsync-pin",
&tve->di_vsync_pin);
ret = of_property_read_u32(np, "fsl,vsync-pin",
&tve->di_vsync_pin);
if (ret < 0) {
dev_err(dev, "failed to get vsync pin\n");