diff options
author | Maxime Ripard <maxime@cerno.tech> | 2022-07-11 19:38:48 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-07-13 10:46:07 +0200 |
commit | 02792a93103a99abc611e36cdeda9bcfa8924fd2 (patch) | |
tree | c0741ba40e35ce6cdc12913b850428ac62effd41 /fs/ocfs2 | |
parent | 77c5fb12061f2d8fa28bb0216c9a19a0a6f47ef7 (diff) |
drm/vc4: crtc: Remove manual plane removal on error
When vc4_crtc_bind() fails after vc4_crtc_init() has been called, we have
a loop undoing the plane creation and calling destroy on each plane
registered and matching the possible_crtcs mask.
However, this is redundant with what drm_mode_config_cleanup() is doing, so
let's remove it.
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220711173939.1132294-19-maxime@cerno.tech
Diffstat (limited to 'fs/ocfs2')
0 files changed, 0 insertions, 0 deletions