Commit 110a183c authored by Libo Chen's avatar Libo Chen Committed by David S. Miller
Browse files

net: davinci_mdio: remove unnecessary dev_set_drvdata()



Unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: default avatarLibo Chen <libo.chen@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0c671dc0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -433,8 +433,6 @@ static int davinci_mdio_remove(struct platform_device *pdev)
	pm_runtime_put_sync(&pdev->dev);
	pm_runtime_disable(&pdev->dev);

	dev_set_drvdata(dev, NULL);

	kfree(data);

	return 0;