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:
1348088
)
wireless: wil6210: remove unnecessary pci_set_drvdata()
author
Jingoo Han
<
[email protected]
>
Tue, 10 Sep 2013 11:26:13 +0000
(20:26 +0900)
committer
John W. Linville
<
[email protected]
>
Thu, 26 Sep 2013 19:13:43 +0000
(15:13 -0400)
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]
>
Acked-by: Vladimir Kondratiev <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/wil6210/pcie_bus.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/wil6210/pcie_bus.c
b/drivers/net/wireless/ath/wil6210/pcie_bus.c
index eb1dc7ad80fb367bbb6c56959a8758aa85225ac4..eeceab39cda22aee81e2fcbb86fc0c9520766a5f 100644
(file)
--- a/
drivers/net/wireless/ath/wil6210/pcie_bus.c
+++ b/
drivers/net/wireless/ath/wil6210/pcie_bus.c
@@
-197,7
+197,6
@@
static void wil_pcie_remove(struct pci_dev *pdev)
pci_iounmap(pdev, wil->csr);
pci_release_region(pdev, 0);
pci_disable_device(pdev);
- pci_set_drvdata(pdev, NULL);
}
static DEFINE_PCI_DEVICE_TABLE(wil6210_pcie_ids) = {