|
@@ -973,7 +973,6 @@ static int lmc_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
|
|
return 0;
|
|
|
|
|
|
err_hdlcdev:
|
|
|
- pci_set_drvdata(pdev, NULL);
|
|
|
kfree(sc);
|
|
|
err_kzalloc:
|
|
|
pci_release_regions(pdev);
|
|
@@ -995,7 +994,6 @@ static void lmc_remove_one(struct pci_dev *pdev)
|
|
|
free_netdev(dev);
|
|
|
pci_release_regions(pdev);
|
|
|
pci_disable_device(pdev);
|
|
|
- pci_set_drvdata(pdev, NULL);
|
|
|
}
|
|
|
}
|
|
|
|