drm/edid: fix edid field name
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 11 Aug 2021 20:58:18 +0000 (13:58 -0700)
committerSimon Ser <contact@emersion.fr>
Thu, 12 Aug 2021 14:50:04 +0000 (16:50 +0200)
commit96275df87a07aa5f5f3fec8ab239af3ea5fdf325
tree8a966c16f43b0142ce91aacd4c537bceeac58a96
parent3c383a3688b7d8bc83ed22b36d0fb50db0bd2608
drm/edid: fix edid field name

Byte 26 in a edid struct is supposed to be "Blue and white
least-significant 2 bits", not "black and white". Rename the field
accordingly. This field is not used anywhere, so just renaming it here
for correctness.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Simon Ser <contact@emersion.fr>
Link: https://patchwork.freedesktop.org/patch/msgid/20210811205818.156100-1-lucas.demarchi@intel.com
include/drm/drm_edid.h