]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf8a168f8c05430168c59ea9952a040db1c71d277
treedad0ba69d6e70ac52df344f6a723d254d962cb4a
parent2db1075b1d528b8cac5f9bfd07577ffc772f9694
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