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:
ec26bcc
)
net, ipw2x00: remove redundant D0 power state set
author
Yijing Wang
<wangyijing@huawei.com>
Thu, 30 May 2013 10:21:29 +0000
(18:21 +0800)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 3 Jun 2013 19:55:45 +0000
(15:55 -0400)
Pci_enable_device() will set device power state to D0,
so it's no need to do it again in ipw2100_pci_init_one().
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/ipw2100.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ipw2x00/ipw2100.c
b/drivers/net/wireless/ipw2x00/ipw2100.c
index 15920aaa5dd6c766184335360937139295769dbe..f8ab193009cd9f3044a3d8846d4da4e7cbaec3e5 100644
(file)
--- a/
drivers/net/wireless/ipw2x00/ipw2100.c
+++ b/
drivers/net/wireless/ipw2x00/ipw2100.c
@@
-6242,8
+6242,6
@@
static int ipw2100_pci_init_one(struct pci_dev *pci_dev,
if ((val & 0x0000ff00) != 0)
pci_write_config_dword(pci_dev, 0x40, val & 0xffff00ff);
- pci_set_power_state(pci_dev, PCI_D0);
-
if (!ipw2100_hw_is_adapter_in_system(dev)) {
printk(KERN_WARNING DRV_NAME
"Device not found via register read.\n");