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

Commit c251d85d authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Daniel Vetter
Browse files

drm: rcar-du: Fix compilation warning



Commit d63c25e4 ("drm: rcar-du: Use generic
drm_connector_register_all() helper") left an unused local variable
behind. Remove it.

Fixes: d63c25e4 ("drm: rcar-du: Use generic drm_connector_register_all() helper")
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1461336879-2469-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com
parent 9f085ebb
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -297,7 +297,6 @@ static int rcar_du_probe(struct platform_device *pdev)
{
{
	struct device_node *np = pdev->dev.of_node;
	struct device_node *np = pdev->dev.of_node;
	struct rcar_du_device *rcdu;
	struct rcar_du_device *rcdu;
	struct drm_connector *connector;
	struct drm_device *ddev;
	struct drm_device *ddev;
	struct resource *mem;
	struct resource *mem;
	int ret;
	int ret;