From: Tomi Valkeinen Date: Tue, 17 Mar 2015 13:31:09 +0000 (+0200) Subject: OMAPDSS: DISPC: fix check_horiz_timing_omap3 args X-Git-Tag: omap-for-v4.2/fixes-rc1^2~148^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a734827b07dc907ae95698f91d4b1eaafe9a8a;p=pandora-kernel.git OMAPDSS: DISPC: fix check_horiz_timing_omap3 args After calculating the required decimation for scaling, the dispc driver checks once more if the resulting configuration is valid by calling check_horiz_timing_omap3(). Earlier calls to this function have correctly used in_width and in_height as parameters, but the last call uses width and height. This causes the driver to possibly reject scaling that would work. This patch fixes the parameters. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed