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)
commit230edc033d9ebb62c1db9579262089fdb2353ee9
treebefdfbe794f35803e16a20366d717d12e6d2b74b
parenta4ae0ba80b23b5b6e7702eb58bcf6e7487507adb
OMAPDSS: DISPC: fix DS variable name

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>
drivers/video/omap2/dss/dispc.c