在 2022/2/24 3:32, Jason Gunthorpe 写道:
On Thu, Feb 17, 2022 at 01:19:38PM -0500, yanjun.zhu@xxxxxxxxx wrote:
From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx>
The function irdma_create_mg_ctx always returns 0,
so make it void and delete the return value check.
Signed-off-by: Zhu Yanjun <yanjun.zhu@xxxxxxxxx>
---
drivers/infiniband/hw/irdma/uda.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
This doesn't apply please rebase it to commit 2322d17abf0a
("RDMA/irdma: Remove excess error variables")
Thanks. Now the latest commit is on the commit 2322d17abf0a
("RDMA/irdma: Remove excess error variables").
Zhu Yanjun
Jason