fbdev: omap2: Fix typo in tvc_probe_pdata
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Mon, 5 Jan 2015 13:09:47 +0000 (14:09 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 13 Jan 2015 11:27:08 +0000 (13:27 +0200)
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: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found