Dave Airlie 16456c872e 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 <chaohong.guo@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-04-03 09:10:33 +10:00
..
2009-03-28 20:29:51 +00:00
2009-03-21 19:06:51 -07:00
2009-03-28 20:29:51 +00:00
2009-04-03 09:10:33 +10:00
2009-04-01 08:59:22 -07:00
2009-03-30 21:55:25 +10:30
2009-04-01 08:59:23 -07:00
2009-03-28 20:29:51 +00:00
2009-04-01 12:51:33 -07:00
2009-03-27 20:13:20 -04:00
2009-04-01 08:59:34 -07:00