OMAPDSS: DISPC: fix DS variable name
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 5 Nov 2012 12:40:19 +0000 (14:40 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 5 Nov 2012 12:46:15 +0000 (14:46 +0200)
check_horiz_timing_omap3() has a variable named 'DS'. i386 uses DS name
for something else, causing a compilation error. As 'DS' is not a very
good local variable name in the first place, let's change it to 'ds',
fixing the issue.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found