OSDN Git Service

drm: omapdrm: Remove unused variables
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 12 Jan 2015 14:44:03 +0000 (16:44 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 20 Mar 2015 12:30:16 +0000 (14:30 +0200)
commit9c660b7ceb0f104c72c4857e9c3619819d387f1d
tree7283d9c4a5fed7b2f16b3afe1baf57b458eea3e7
parentfb9a35f89fac2ca97597ce212439d2997f2caf7e
drm: omapdrm: Remove unused variables

The ilace variable is unused and the replication variable is assigned to
false and just passed to a function. Remove them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_plane.c