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

From: Santosh Shilimkar
Date: Wed Jul 25 2018 - 12:53:11 EST


On 7/25/2018 8:22 AM, 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>
---
Looks fine.
Acked-by: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx>