From: Guennadi Liakhovetski Date: Fri, 3 Sep 2010 07:19:53 +0000 (+0000) Subject: fbdev: sh_mobile_hdmi: simplify the EDID reading procedure X-Git-Tag: v2.6.37-rc1~23^2^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee4845270d9b1e7ea348f9e3b6347f54f986abb;p=pandora-kernel.git fbdev: sh_mobile_hdmi: simplify the EDID reading procedure The present SH-Mobile HDMI driver reads and parses the EDID block into a variable screeninfo object, but since it is still unable to dynamically reconfigure the framebuffer, it overwrites the EDID information with preset values again. This patch just uses a temporary variable to store the EDID timing information instead. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Paul Mundt --- Reading git-diff-tree failed