diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2014-11-17 11:21:08 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-11-20 11:29:39 +1000 |
commit | aeb24cc0a31646eb9233a05834440fdf16a713bd (patch) | |
tree | 6cb85f5f0fbd6804c72744cf6219ce1057dc5d9a /drivers/gpu/drm/omapdrm | |
parent | 3ce733b909764a3ee17b35d7a2c940fd0bc45d5b (diff) | |
download | talos-op-linux-aeb24cc0a31646eb9233a05834440fdf16a713bd.tar.gz talos-op-linux-aeb24cc0a31646eb9233a05834440fdf16a713bd.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/omapdrm')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_plane.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_plane.c b/drivers/gpu/drm/omapdrm/omap_plane.c index 0ad740132ac3..ee8e2b3a117e 100644 --- a/drivers/gpu/drm/omapdrm/omap_plane.c +++ b/drivers/gpu/drm/omapdrm/omap_plane.c @@ -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); |