diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-07-25 18:22:27 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-26 08:37:31 +0300 |
commit | dc66fe43b7ebdb53628dcbc1f8f15de3e000aacf (patch) | |
tree | 193a3416a31f937fbe801441c2e922a1f1f07cab /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ba7d7e2677c0953b251c36588b15f5f442e59c84 (diff) | |
download | linux-dc66fe43b7ebdb53628dcbc1f8f15de3e000aacf.tar.xz |
rds: send: Fix dead code in rds_sendmsg
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@embeddedor.com>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions