Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9598408 authored by Jingoo Han's avatar Jingoo Han Committed by David S. Miller
Browse files

net: ksz884x: remove unnecessary pci_set_drvdata()



The driver core clears the driver data to NULL after device_release
or on probe failure. Thus, it is not needed to manually clear the
device driver data to NULL.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 21d35d21
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7150,8 +7150,6 @@ static void pcidev_exit(struct pci_dev *pdev)
	struct platform_info *info = pci_get_drvdata(pdev);
	struct dev_info *hw_priv = &info->dev_info;

	pci_set_drvdata(pdev, NULL);

	release_mem_region(pci_resource_start(pdev, 0),
		pci_resource_len(pdev, 0));
	for (i = 0; i < hw_priv->hw.dev_count; i++) {