usb: host: fotg210-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:
Родитель
f10f4715bd
Коммит
c3a831aedb
|
@ -5449,7 +5449,7 @@ idle_timeout:
|
|||
qh_destroy(fotg210, qh);
|
||||
break;
|
||||
}
|
||||
/* else FALL THROUGH */
|
||||
/* fall through */
|
||||
default:
|
||||
/* caller was supposed to have unlinked any requests;
|
||||
* that's not our job. just leak this memory.
|
||||
|
|
Загрузка…
Ссылка в новой задаче