commit | 16456c872e4e3d674dde73f9bdf3f69c0d95e070 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Fri Apr 03 09:10:33 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Fri Apr 03 09:10:33 2009 +1000 |
tree | 6a2241babb9703a435f3462cea7a5f3486cf6f65 | |
parent | 3c6fc3521acbee33637e7db803ac3cf3b0e2ff04 [diff] |
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>