From: Mark Brown Date: Tue, 27 Dec 2011 14:16:08 +0000 (+0000) Subject: video: s3c-fb: Use s3c_fb_enable() to enable the framebuffer X-Git-Tag: v3.3-rc1~59^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2b77dcebf6e968bada4d415d426b39ac199e8aa;p=pandora-kernel.git video: s3c-fb: Use s3c_fb_enable() to enable the framebuffer The s3c-fb driver has a function called s3c_fb_enable() which turns on and off the physical output. However it is only actually used in paths which disable the screen, the enabling just writes to the register. Make the code less confusing by ensuring that the enable also goes through the same path. Signed-off-by: Mark Brown Acked-by: Jingoo Han Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed