usb: host: ohci-hcd: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1356cedd99
commit
f5a3908e88
@ -382,7 +382,7 @@ sanitize:
|
||||
ed_free (ohci, ed);
|
||||
break;
|
||||
}
|
||||
/* else FALL THROUGH */
|
||||
/* fall through */
|
||||
default:
|
||||
/* caller was supposed to have unlinked any requests;
|
||||
* that's not our job. can't recover; must leak ed.
|
||||
|
Loading…
Reference in New Issue
Block a user