Loading
RDMA/hns: Fix mismatched kzalloc vs kvfree
driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBV8UW ---------------------------------------------------------------------- die_info is allocated with kzalloc() and should be freed with kfree() instead of kvfree(). Fixes: 2004b3f9 ("RDMA/hns: Support RoCE bonding") Signed-off-by:Junxian Huang <huangjunxian6@hisilicon.com> Signed-off-by:
Xinghai Cen <cenxinghai@h-partners.com>