Re: [PATCH][net-next] rxrpc: remove redundant proc_remove call

From: David Miller
Date: Sun Jun 04 2017 - 19:59:53 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Fri, 2 Jun 2017 16:22:27 +0100

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The proc_remove call is dead code as it occurs after a return and
> hence can never be called. Remove it.
>
> Detected by CoverityScan, CID#1437743 ("Logically dead code")
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied.