Re: [PATCH] rds: send: Fix dead code in rds_sendmsg

From: Sowmini Varadhan
Date: Wed Jul 25 2018 - 11:27:48 EST


On (07/25/18 10:22), Gustavo A. R. Silva wrote:
> Currently, code at label *out* is unreachable. Fix this by updating
> variable *ret* with -EINVAL, so the jump to *out* can be properly
> executed instead of directly returning from function.
>
> Addresses-Coverity-ID: 1472059 ("Structurally dead code")
> Fixes: 1e2b44e78eea ("rds: Enable RDS IPv6 support")
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>

Acked-by: Sowmini Varadhan <sowmini.varadhan@xxxxxxxxxx>