linux-stable/drivers/media/usb/s2255
Mauro Carvalho Chehab ec33fbd585 [media] s2255drv: avoid a switch fall through
On this driver, it can fall through a switch. I tried to
annotate it, in order to shut up a gcc warning, but that
didn't work, as the logic there is somewhat complex.

So, instead, let's just repeat the code. gcc should likely
optimize it anyway, and this makes the code better readable,
IMHO.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-05-19 09:05:19 -03:00
..
Kconfig [media] Sensoray 2255 uses videobuf2 2014-03-24 17:23:43 -03:00
Makefile
s2255drv.c [media] s2255drv: avoid a switch fall through 2017-05-19 09:05:19 -03:00