Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3a831ae authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Greg Kroah-Hartman
Browse files

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: default avatarGustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f10f4715
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5449,7 +5449,7 @@ static void fotg210_endpoint_disable(struct usb_hcd *hcd,
			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.