RDMA/uverbs: Remove the unnecessary assignment
authorZhu Yanjun <yanjun.zhu@linux.dev>
Tue, 7 Dec 2021 06:46:07 +0000 (01:46 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 6 Dec 2021 23:50:35 +0000 (19:50 -0400)
commit9692407d4334738e1fe7c59800ca24e0ca93f002
treea49b9f7f09ac396099ff83d0c71e1dc768a9a8b7
parent39d5534b1302189c809e90641ffae8cbdc42a8fc
RDMA/uverbs: Remove the unnecessary assignment

The struct member variable create_flags is assigned twice.  Remove the
unnecessary assignment.

Fixes: ece9ca97ccdc ("RDMA/uverbs: Do not check the input length on create_cq/qp paths")
Link: https://lore.kernel.org/r/20211207064607.541695-1-yanjun.zhu@linux.dev
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Reviewed-by: HÃ¥kon Bugge <haakon.bugge@oracle.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/core/uverbs_cmd.c