Unverified Commit 8bf7fb5a authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!1721 [sync] PR-1651: Fix missing dealloc_dfx_cnt() during device unregister

parents bb1726f5 de8a9a4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1500,6 +1500,7 @@ void hns_roce_exit(struct hns_roce_dev *hr_dev, bool bond_cleanup)
	hns_roce_cmd_cleanup(hr_dev);
	if (hr_dev->hw->cmq_exit)
		hr_dev->hw->cmq_exit(hr_dev);
	hns_roce_dealloc_dfx_cnt(hr_dev);
}

MODULE_LICENSE("Dual BSD/GPL");