From: Takashi Iwai Date: Mon, 23 Apr 2012 16:40:49 +0000 (+0100) Subject: drm/edid: Add packed attribute to new gtf2 and cvt structs X-Git-Tag: v3.5-rc1~83^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8353e6c632aeaea1470a286b83e68ca233073068;p=pandora-kernel.git drm/edid: Add packed attribute to new gtf2 and cvt structs The new structs added in struct detailed_data_monitor_range must be marked with packed attribute although the outer struct itself is already marked as packed. Otherwise these 7-bytes structs may be aligned, and give the wrong position and size for the data. Signed-off-by: Takashi Iwai Acked-by: Adam Jackson Signed-off-by: Dave Airlie --- Reading git-diff-tree failed