Re: [PATCH] net: sched: cls_api: fix dead code in switch

From: David Miller
Date: Thu Jul 26 2018 - 17:10:27 EST


From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
Date: Wed, 25 Jul 2018 09:07:24 -0500

> Code at line 1850 is unreachable. Fix this by removing the break
> statement above it, so the code for case RTM_GETCHAIN can be
> properly executed.
>
> Addresses-Coverity-ID: 1472050 ("Structurally dead code")
> Fixes: 32a4f5ecd738 ("net: sched: introduce chain object to uapi")
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>

Applied, thanks.

Please use "[PATCH net-next] ..." in your subject lines to indirect
the tree that this change is relevant for and targetted to.

Thank you.