OSDN Git Service

[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)
commitbb17141cc57c40065462c64d61c0ae362466c0c0
tree9b10b9db6a20a989436ada57934bfb1b5b19ce39
parent21de82e374712f3ebfe102b3643e63d633dd350c
[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