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:
Gustavo A. R. Silva 2017-10-25 13:49:14 -05:00 committed by Greg Kroah-Hartman
parent 1356cedd99
commit f5a3908e88

View File

@ -382,7 +382,7 @@ sanitize:
ed_free (ohci, ed); ed_free (ohci, ed);
break; break;
} }
/* else FALL THROUGH */ /* fall through */
default: default:
/* caller was supposed to have unlinked any requests; /* caller was supposed to have unlinked any requests;
* that's not our job. can't recover; must leak ed. * that's not our job. can't recover; must leak ed.