mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-11 04:31:55 +00:00
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:
parent
f10f4715bd
commit
c3a831aedb
@ -5449,7 +5449,7 @@ idle_timeout:
|
|||||||
qh_destroy(fotg210, qh);
|
qh_destroy(fotg210, qh);
|
||||||
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. just leak this memory.
|
* that's not our job. just leak this memory.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user