Browse Source

IB/hns: Delete the redundant memset operation

It deleted the redundant memset operation because the memory allocated
by ib_alloc_device has been set zero.

Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Wei Hu (Xavier) 8 năm trước cách đây
mục cha
commit
19a408efa0
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      drivers/infiniband/hw/hns/hns_roce_main.c

+ 0 - 3
drivers/infiniband/hw/hns/hns_roce_main.c

@@ -843,9 +843,6 @@ static int hns_roce_probe(struct platform_device *pdev)
 	if (!hr_dev)
 		return -ENOMEM;
 
-	memset((u8 *)hr_dev + sizeof(struct ib_device), 0,
-		sizeof(struct hns_roce_dev) - sizeof(struct ib_device));
-
 	hr_dev->pdev = pdev;
 	platform_set_drvdata(pdev, hr_dev);