[PATCH] drm: rcar-du: Fix compilation warning
Daniel Vetter
daniel at ffwll.ch
Fri Apr 22 16:56:30 UTC 2016
On Fri, Apr 22, 2016 at 05:54:39PM +0300, Laurent Pinchart wrote:
> Commit d63c25e4245a ("drm: rcar-du: Use generic
> drm_connector_register_all() helper") left an unused local variable
> behind. Remove it.
>
> Fixes: d63c25e4245a ("drm: rcar-du: Use generic drm_connector_register_all() helper")
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
Oops, my apologies for not spotting this right away. Applied to drm-misc,
thanks.
-Daniel
> ---
> drivers/gpu/drm/rcar-du/rcar_du_drv.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> index 0f251dc11082..fb9242d27883 100644
> --- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> +++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
> @@ -297,7 +297,6 @@ static int rcar_du_probe(struct platform_device *pdev)
> {
> struct device_node *np = pdev->dev.of_node;
> struct rcar_du_device *rcdu;
> - struct drm_connector *connector;
> struct drm_device *ddev;
> struct resource *mem;
> int ret;
> --
> Regards,
>
> Laurent Pinchart
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the dri-devel
mailing list