Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeb24cc0 authored by Boris Brezillon's avatar Boris Brezillon Committed by Dave Airlie
Browse files

drm: omapdrm: remove unused variable



Commit f9b9faf6d94dd29eab8c128905c7d091f955481d "drm: flip-work: change
drm_flip_work_init prototype" changed the drm_flip_work_init prototype
to a void function, which makes 'ret' an unused variable.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 3ce733b9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -388,7 +388,6 @@ struct drm_plane *omap_plane_init(struct drm_device *dev,
	struct drm_plane *plane = NULL;
	struct omap_plane *omap_plane;
	struct omap_overlay_info *info;
	int ret;

	DBG("%s: priv=%d", plane_names[id], private_plane);