]> git.baikalelectronics.ru Git - kernel.git/commit
[media] radio-bcm2048: fix compiler warning
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 27 Apr 2015 07:29:55 +0000 (04:29 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 28 Apr 2015 12:31:16 +0000 (09:31 -0300)
commit9dd1205d43894ec1c2d49e5f6c7cddd30430551a
tree9b10b9db6a20a989436ada57934bfb1b5b19ce39
parentae23c27cbf1afaf0fab9d0b50c049827fac88872
[media] radio-bcm2048: fix compiler warning

radio-bcm2048.c: In function 'bcm2048_i2c_driver_probe':
radio-bcm2048.c:2597:11: warning: variable 'skip_release' set but not used [-Wunused-but-set-variable]
  int err, skip_release = 0;
             ^

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/staging/media/bcm2048/radio-bcm2048.c