From: Jani Nikula Date: Wed, 15 Aug 2012 09:32:39 +0000 (+0000) Subject: drm: remove the raw_edid field from struct drm_display_info X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=451023dc32d4542c21b52ad1692e6e01cb75b099;p=pandora-kernel.git drm: remove the raw_edid field from struct drm_display_info Neither the drm core nor any of the drivers really need the raw_edid field of struct drm_display_info for anything. Instead of being useful, it creates confusion about who is responsible for freeing the memory it points to and setting the field to NULL afterwards, leading to memory leaks and dangling pointers. Remove the raw_edid field, and fix drivers as necessary. Reported-by: Russell King Signed-off-by: Jani Nikula Acked-by: Inki Dae Signed-off-by: Dave Airlie --- Reading git-diff-tree failed