RE: [PATCH] [media] bdisp: remove unused var

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Acked-by: Fabien Dessenne <fabien.dessenne@xxxxxx>

> -----Original Message-----
> From: linux-media-owner@xxxxxxxxxxxxxxx [mailto:linux-media-
> owner@xxxxxxxxxxxxxxx] On Behalf Of Mauro Carvalho Chehab
> Sent: mercredi 10 juin 2015 17:35
> To: Linux Media Mailing List
> Cc: Mauro Carvalho Chehab; Mauro Carvalho Chehab
> Subject: [PATCH] [media] bdisp: remove unused var
> 
> Fix the following warning:
> 
> drivers/media/platform/sti/bdisp/bdisp-v4l2.c: In function
> 'bdisp_register_device':
> drivers/media/platform/sti/bdisp/bdisp-v4l2.c:1024:26: warning: variable
> 'pdev' set but not used [-Wunused-but-set-variable]
>   struct platform_device *pdev;
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxx>
> ---
>  drivers/media/platform/sti/bdisp/bdisp-v4l2.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/media/platform/sti/bdisp/bdisp-v4l2.c
> b/drivers/media/platform/sti/bdisp/bdisp-v4l2.c
> index 9a8405cd5216..9e782ebe18da 100644
> --- a/drivers/media/platform/sti/bdisp/bdisp-v4l2.c
> +++ b/drivers/media/platform/sti/bdisp/bdisp-v4l2.c
> @@ -1021,14 +1021,11 @@ static const struct v4l2_ioctl_ops bdisp_ioctl_ops
> = {
> 
>  static int bdisp_register_device(struct bdisp_dev *bdisp)  {
> -	struct platform_device *pdev;
>  	int ret;
> 
>  	if (!bdisp)
>  		return -ENODEV;
> 
> -	pdev = bdisp->pdev;
> -
>  	bdisp->vdev.fops        = &bdisp_fops;
>  	bdisp->vdev.ioctl_ops   = &bdisp_ioctl_ops;
>  	bdisp->vdev.release     = video_device_release_empty;
> --
> 2.4.2
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in the
> body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at
> http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux