From: Jingoo Han Date: Thu, 9 Jun 2011 04:26:38 +0000 (+0000) Subject: video: s3c-fb: fix virtual resolution checking X-Git-Tag: v3.0-rc4~31^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e6af8886f3225fb9141dc3b6915d84bd4ad4de;p=pandora-kernel.git video: s3c-fb: fix virtual resolution checking This patch fixes mishandling in virtual resolution checking. Previously, virtual resolution is changed to virtual_x and virtual_y which mean the size for buffer allocation, when s3c_fb_check_var is called by fb_check_var. However, it is meaningless, since virtual_x and virtual_y are fixed and user cannot change virtual resolution. Therefore, virtual resolution should be more than resolution such as xres and yres. Signed-off-by: Jingoo Han Signed-off-by: Paul Mundt --- Reading git-diff-tree failed