Skip to content

Commit

Permalink
net, ipw2x00: remove redundant D0 power state set
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yijing Wang authored and John W. Linville committed Jun 3, 2013
1 parent ec26bcc commit bda96e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wireless/ipw2x00/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit bda96e8

Please sign in to comment.