From: Tomi Valkeinen Date: Mon, 5 Nov 2012 12:40:19 +0000 (+0200) Subject: OMAPDSS: DISPC: fix DS variable name X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=230edc033d9ebb62c1db9579262089fdb2353ee9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed