提交 493a584a 编写于 作者: R Rasmus Villemoes 提交者: Tomi Valkeinen

fbdev: omap2: Fix typo in tvc_probe_pdata

Assigning ddata->invert_polarity to itself is not very useful; the
context suggests that the right-hand side should have been
pdata->invert_polarity.
Signed-off-by: NRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 1a257be1
...@@ -208,7 +208,7 @@ static int tvc_probe_pdata(struct platform_device *pdev) ...@@ -208,7 +208,7 @@ static int tvc_probe_pdata(struct platform_device *pdev)
ddata->in = in; ddata->in = in;
ddata->connector_type = pdata->connector_type; ddata->connector_type = pdata->connector_type;
ddata->invert_polarity = ddata->invert_polarity; ddata->invert_polarity = pdata->invert_polarity;
dssdev = &ddata->dssdev; dssdev = &ddata->dssdev;
dssdev->name = pdata->name; dssdev->name = pdata->name;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册