]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 23 Sep 2025 11:20:45 +0000 (14:20 +0300)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 24 Sep 2025 13:52:43 +0000 (10:52 -0300)
commit4bab6d9584497191c449212c85799de4d84a1263
treeffa6a111ec09e3cf0a080b7e6cd327ff506f0383
parent7fcf00bd7f30540cf7096c8f2fadab5d890d4cf2
RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()

This code accidentally returns positive EINVAL instead of negative
-EINVAL.  Some of the callers treat positive returns as success.
Add the missing '-' char.

Fixes: a24a29c8747f ("RDMA/irdma: Add Atomic Operations support")
Link: https://patch.msgid.link/r/aNKCjcD6Nab1jWEV@stanley.mountain
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/irdma/verbs.c