Re: [PATCH] fbdev: omap2: Fix typo in tvc_probe_pdata

2015-01-13 Thread Tomi Valkeinen
On 05/01/15 15:09, Rasmus Villemoes wrote: > 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 > --- > drivers/video/fbdev/omap2/displays-new/connector-anal

[PATCH] fbdev: omap2: Fix typo in tvc_probe_pdata

2015-01-05 Thread Rasmus Villemoes
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 --- drivers/video/fbdev/omap2/displays-new/connector-analog-tv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletio