linux-stable/drivers/media/pci/tw5864
Mauro Carvalho Chehab b9b048d9f9 [media] tw5864: remove two unused vars
Remove those two vars that aren't used, as reported by smatch:

drivers/media/pci/tw5864/tw5864-video.c: In function 'tw5864_prepare_frame_headers':
drivers/media/pci/tw5864/tw5864-video.c:1219:16: warning: variable 'space_before_sl_hdr' set but not used [-Wunused-but-set-variable]
  unsigned long space_before_sl_hdr;
                ^~~~~~~~~~~~~~~~~~~
drivers/media/pci/tw5864/tw5864-video.c:1218:6: warning: variable 'sl_hdr' set but not used [-Wunused-but-set-variable]
  u8 *sl_hdr;
      ^~~~~~

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-08-24 13:31:08 -03:00
..
Kconfig
Makefile
tw5864-core.c [media] tw5864: remove double irq lock code 2016-08-24 13:30:59 -03:00
tw5864-h264.c
tw5864-reg.h
tw5864-util.c
tw5864-video.c [media] tw5864: remove two unused vars 2016-08-24 13:31:08 -03:00
tw5864.h