From: Dave Airlie Date: Thu, 2 Apr 2009 23:10:33 +0000 (+1000) Subject: drm: fix typo in edid vendor parsing. X-Git-Tag: v2.6.30-rc1~245^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16456c872e4e3d674dde73f9bdf3f69c0d95e070;p=pandora-kernel.git drm: fix typo in edid vendor parsing. Should be, edid_vendor[2] = (edid->mfg_id[1] & 0x1f) + '@'; Since vendor ID has only two bytes only, I am somewhat surprised why gcc doesn't complain this. Reported-by: Guo, Chaohong Signed-off-by: Dave Airlie --- Reading git-diff-tree failed