]> git.baikalelectronics.ru Git - kernel.git/commit
[media] bdisp: remove unused var
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 10 Jun 2015 15:30:52 +0000 (12:30 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 10 Jun 2015 15:30:52 +0000 (12:30 -0300)
commit555367014acb4039e568791f3a7825846179448c
treec1b65ae1af6128db67dbe72d908119b204ea0fee
parent8d4c8d85f70b55b967edb254ee989180e3c7bf54
[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@osg.samsung.com>
drivers/media/platform/sti/bdisp/bdisp-v4l2.c