Skip to content
Commit 16456c87 authored by Dave Airlie's avatar Dave Airlie
Browse files

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: default avatarGuo, Chaohong <chaohong.guo@intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 3c6fc352
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment