mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
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>
This commit is contained in:
parent
d4acce95ff
commit
58a636ec03
@ -1261,6 +1261,7 @@ static void msm_chg_detect_work(struct work_struct *w)
|
||||
/* fall through */
|
||||
case USB_CHG_STATE_SECONDARY_DONE:
|
||||
motg->chg_state = USB_CHG_STATE_DETECTED;
|
||||
/* fall through */
|
||||
case USB_CHG_STATE_DETECTED:
|
||||
msm_chg_block_off(motg);
|
||||
dev_dbg(phy->dev, "charger = %d\n", motg->chg_type);
|
||||
|
Loading…
Reference in New Issue
Block a user