]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/vc4: dpi: Switch to devm_drm_of_get_bridge
authorMaxime Ripard <maxime@cerno.tech>
Fri, 10 Sep 2021 13:09:40 +0000 (15:09 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Tue, 14 Sep 2021 08:39:30 +0000 (10:39 +0200)
commit0caddbbfdfa257ae48e496aecc4b96f9b975b30e
tree800cc8eaa3f32face53f46cc1a40d5c51c5c7af2
parent87ea95808d53e56b03e620e8f8f3add48899a88d
drm/vc4: dpi: Switch to devm_drm_of_get_bridge

The new devm_drm_of_get_bridge removes most of the boilerplate we
have to deal with. Let's switch to it.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210910130941.1740182-3-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_dpi.c