We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7b295 commit 5363fc4Copy full SHA for 5363fc4
drivers/infiniband/hw/bnxt_re/main.c
@@ -1526,8 +1526,8 @@ static void bnxt_re_remove(struct auxiliary_device *adev)
1526
}
1527
bnxt_re_setup_cc(rdev, false);
1528
ib_unregister_device(&rdev->ibdev);
1529
- ib_dealloc_device(&rdev->ibdev);
1530
bnxt_re_dev_uninit(rdev);
+ ib_dealloc_device(&rdev->ibdev);
1531
skip_remove:
1532
mutex_unlock(&bnxt_re_mutex);
1533
0 commit comments