Re: [PATCH 1/1] RDMA/uverbs: remove the unnecessary assignment
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-12-06 23:52:34
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-12-06 23:52:34
On Tue, Dec 07, 2021 at 01:46:07AM -0500, yanjun.zhu@linux.dev wrote:
From: Zhu Yanjun <redacted>
The struct member variable create_flags are assigned twice.
Remove the unnecessary assignment.
Fixes: ece9ca97ccdc8 ("RDMA/uverbs: Do not check the input length on create_cq/qp paths")
Signed-off-by: Zhu Yanjun <redacted>
Reviewed-by: Håkon Bugge <redacted>
---
drivers/infiniband/core/uverbs_cmd.c | 1 -
1 file changed, 1 deletion(-)Applied to for-next, thanks Jason