drm/edid: use for_each_displayid_db where applicable
authorAndres Rodriguez <andresx7@gmail.com>
Wed, 19 Jun 2019 18:30:33 +0000 (14:30 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 25 Jun 2019 04:44:03 +0000 (14:44 +1000)
commit80d42db02b3a5beb8cffba08207adf5f4c525ee3
treedad0ba69d6e70ac52df344f6a723d254d962cb4a
parente28ad544f462231d3fd081a7316339359efbb481
drm/edid: use for_each_displayid_db where applicable

Replace the duplicated versions of the while loop with the new macro.

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190619183033.6922-1-andresx7@gmail.com
drivers/gpu/drm/drm_edid.c