Home
last modified time | relevance | path

Searched hist:ec33fbd585f76b0803a90ee66804fa6f937dccaa (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/usb/s2255/
H A Ds2255drv.cdiff ec33fbd585f76b0803a90ee66804fa6f937dccaa Fri May 19 07:05:19 CDT 2017 Mauro Carvalho Chehab <mchehab@s-opensource.com> [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>