mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
drm: vc4: Fix build warning
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
This commit is contained in:
committed by
popcornmix
parent
2571f0a2ca
commit
28c8b0b6e8
@@ -932,8 +932,6 @@ static int vc4_fkms_create_screen(struct device *dev, struct drm_device *drm,
|
||||
|
||||
return 0;
|
||||
|
||||
err_destroy_connector:
|
||||
vc4_fkms_connector_destroy(vc4_crtc->connector);
|
||||
err_destroy_encoder:
|
||||
vc4_fkms_encoder_destroy(vc4_crtc->encoder);
|
||||
list_for_each_entry_safe(destroy_plane, temp,
|
||||
|
||||
Reference in New Issue
Block a user