Hi,

It seems that even after so many iterations,
I failed to provide a "perfect" patch.

Le 06.11.2013 23:21, Yann Droneaud a écrit :

diff --git a/drivers/infiniband/core/uverbs_cmd.c
b/drivers/infiniband/core/uverbs_cmd.c
index 19f14d8..8ea9aa5 100644
--- a/drivers/infiniband/core/uverbs_cmd.c
+++ b/drivers/infiniband/core/uverbs_cmd.c
@@ -2823,7 +2819,7 @@ ssize_t ib_uverbs_destroy_flow(struct
ib_uverbs_file *file,

        put_uobj(uobj);

-       return ret ? ret : in_len;
+       return ret ? ret : 0;
               ^^^^^^^^^^^^^^

What a complicated way to mean

+       return ret;

 }
 #endif /* CONFIG_INFINIBAND_EXPERIMENTAL_UVERBS_FLOW_STEERING */


Will roll a v3 if Roland have not yet picked the patchset.

Regards.

--
Yann Droneaud
OPTEYA

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to