usb: phy: phy-msm-usb: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 24 Oct 2017 03:21:09 +0000 (22:21 -0500)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 24 Oct 2017 09:31:21 +0000 (12:31 +0300)
commit58a636ec0362d99f4edaaad4f3c682bf124e799e
treee3593659554af0b022cbd81af899cd5e6260d181
parentd4acce95ffd337eab84746762196d0599992792a
usb: phy: phy-msm-usb: mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 1222118
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/phy/phy-msm-usb.c