usb: gadget: mv_udc: clarify a switch with an implicit fall-through
authorMichal Nazarewicz <mina86@mina86.com>
Wed, 1 Mar 2017 14:34:19 +0000 (15:34 +0100)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 27 Mar 2017 07:46:33 +0000 (10:46 +0300)
commitedc69d556221b09ad7b91b4754a439e7bc1a01ce
treec64fb82485936c8019da8180526d413cc6b5bf27
parent1966b8657d058ecb95031809b607bf3fd1e01c10
usb: gadget: mv_udc: clarify a switch with an implicit fall-through

Rearrange statements in mv_ep_enable function so that it’s obvious
what the switch does and how zlt, ios and mult variables are
initialised.  Most notably, this gets rid of an implicit fall-through
so people don’t have to wonder whether it was intenional or not.

Addresses-Coverity-ID: 201385
Reported-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/mv_udc_core.c