]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit493a584a8bf6a3253f6d6a9034d6d3673a47c08c
tree9652439082c96ee2e18988960fc95fef7d7017dd
parent1a257be1f9b0a9979628c69d046dd1ce2c80a73b
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: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/omap2/displays-new/connector-analog-tv.c