qlcnic: remove redundant D0 power state set
authorYijing Wang <wangyijing@huawei.com>
Thu, 30 May 2013 00:26:09 +0000 (00:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 May 2013 08:39:08 +0000 (01:39 -0700)
pci_enable_device() will set device power state to D0,
so it's no need to do it again in qlcnic_attach_func().

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c

index 6bb56d4..0ae8835 100644 (file)
@@ -3232,7 +3232,6 @@ static int qlcnic_attach_func(struct pci_dev *pdev)
        if (err)
                return err;
 
-       pci_set_power_state(pdev, PCI_D0);
        pci_set_master(pdev);
        pci_restore_state(pdev);