phy: qcom-usb-hs: Fix fall-through warnings for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 5 Mar 2021 10:02:19 +0000 (04:02 -0600)
committerVinod Koul <vkoul@kernel.org>
Mon, 15 Mar 2021 10:27:08 +0000 (15:57 +0530)
commitd0dde32dda5dd63a785f1b0d4a56055110f00e37
tree303a1b3f6d8dddeed2c417e13478ae167fa174d6
parent00f2e6f668b05c259f3f8d1e943318bcad8486e7
phy: qcom-usb-hs: Fix fall-through warnings for Clang

In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
by explicitly adding a break statement instead of letting the code fall
through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/20210305100219.GA142595@embeddedor
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-usb-hs.c