diff options
author | Yijing Wang <wangyijing@huawei.com> | 2013-05-30 06:21:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-03 15:55:45 -0400 |
commit | bda96e8c6a751d8f57a5564e18adf33f2a2d857e (patch) | |
tree | bd2623116c1d0193a9d4c6d95e517c967960342c /drivers | |
parent | ec26bcc055994f7963f65197f8595f76291c6bff (diff) |
net, ipw2x00: remove redundant D0 power state set
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2100.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ipw2x00/ipw2100.c b/drivers/net/wireless/ipw2x00/ipw2100.c index 15920aaa5dd6..f8ab193009cd 100644 --- 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, | |||
6242 | if ((val & 0x0000ff00) != 0) | 6242 | if ((val & 0x0000ff00) != 0) |
6243 | pci_write_config_dword(pci_dev, 0x40, val & 0xffff00ff); | 6243 | pci_write_config_dword(pci_dev, 0x40, val & 0xffff00ff); |
6244 | 6244 | ||
6245 | pci_set_power_state(pci_dev, PCI_D0); | ||
6246 | |||
6247 | if (!ipw2100_hw_is_adapter_in_system(dev)) { | 6245 | if (!ipw2100_hw_is_adapter_in_system(dev)) { |
6248 | printk(KERN_WARNING DRV_NAME | 6246 | printk(KERN_WARNING DRV_NAME |
6249 | "Device not found via register read.\n"); | 6247 | "Device not found via register read.\n"); |