]> git.karo-electronics.de Git - linux-beck.git/commitdiff
IB/hns: Delete the redundant memset operation
authorWei Hu (Xavier) <xavier.huwei@huawei.com>
Tue, 29 Nov 2016 23:10:28 +0000 (23:10 +0000)
committerDoug Ledford <dledford@redhat.com>
Sat, 3 Dec 2016 19:20:42 +0000 (14:20 -0500)
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>
drivers/infiniband/hw/hns/hns_roce_main.c

index 5e620f9f13d273b187c9404873d2e08754e23466..28a8f24366df65081d8286ce5908a3de4afea85f 100644 (file)
@@ -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);