From: Ian Pilcher Date: Sun, 22 Apr 2012 16:40:26 +0000 (-0500) Subject: drm: Store vendor IDs directly in the EDID quirk structure X-Git-Tag: v3.6-rc1~59^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51a3fd66c3881b692335a7fe1654b0b08a90a21;p=pandora-kernel.git drm: Store vendor IDs directly in the EDID quirk structure EDID vendor IDs are always 3 characters long (4 with the terminating 0). It doesn't make any sense to have a (possibly 8-byte) pointer to the ID string in the quirk structure. Signed-off-by: Ian Pilcher Reviewed-by: Adam Jackson Signed-off-by: Dave Airlie --- Reading git-diff-tree failed