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: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
3ce733b909
commit
aeb24cc0a3
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue