RDMA/efa: Remove redundant udata check from alloc ucontext response
authorGal Pressman <galpress@amazon.com>
Tue, 18 Aug 2020 11:08:35 +0000 (14:08 +0300)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 24 Aug 2020 17:45:54 +0000 (14:45 -0300)
commit8d9290a4a8aa5d46073d558692d66a7190b81b90
treea66a101df6601f001bf8027718bab1cc76f774ff
parent62cbff326788e4612cb541030d09c943caf78e29
RDMA/efa: Remove redundant udata check from alloc ucontext response

The alloc ucontext flow is always called with a valid udata, there's no
need to test whether it's NULL.

While at it, the 'udata->outlen' check is removed as well as we copy the
minimum between the size of the response and outlen, so in case of zero
outlen, zero bytes will be copied.

Link: https://lore.kernel.org/r/20200818110835.54299-1-galpress@amazon.com
Reviewed-by: Firas JahJah <firasj@amazon.com>
Reviewed-by: Yossi Leybovich <sleybo@amazon.com>
Signed-off-by: Gal Pressman <galpress@amazon.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/efa/efa_verbs.c