projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06bbd68
)
wan: pci200syn: remove unnecessary pci_set_drvdata()
author
Jingoo Han
<
[email protected]
>
Mon, 9 Dec 2013 03:31:46 +0000
(12:31 +0900)
committer
David S. Miller
<
[email protected]
>
Mon, 9 Dec 2013 23:09:29 +0000
(18:09 -0500)
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: Jingoo Han <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/wan/pci200syn.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/pci200syn.c
b/drivers/net/wan/pci200syn.c
index ddbce54040e2ca5e0a49c3fbde8b77528499c792..fe4e3ece3c42ac25efc4a207c4493540ea0f4578 100644
(file)
--- a/
drivers/net/wan/pci200syn.c
+++ b/
drivers/net/wan/pci200syn.c
@@
-260,7
+260,6
@@
static void pci200_pci_remove_one(struct pci_dev *pdev)
pci_release_regions(pdev);
pci_disable_device(pdev);
- pci_set_drvdata(pdev, NULL);
if (card->ports[0].netdev)
free_netdev(card->ports[0].netdev);
if (card->ports[1].netdev)