[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369909569-33096-1-git-send-email-wangyijing@huawei.com>
Date: Thu, 30 May 2013 18:26:09 +0800
From: Yijing Wang <wangyijing@...wei.com>
To: Rajesh Borundia <rajesh.borundia@...gic.com>,
Shahed Shaikh <shahed.shaikh@...gic.com>,
Jitendra Kalsaria <jitendra.kalsaria@...gic.com>,
Sony Chacko <sony.chacko@...gic.com>
CC: <linux-kernel@...r.kernel.org>, <linux-driver@...gic.com>,
<netdev@...r.kernel.org>, Hanjun Guo <guohanjun@...wei.com>,
Jiang Liu <liuj97@...il.com>,
Yijing Wang <wangyijing@...wei.com>
Subject: [PATCH 6/7] qlcnic: 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 qlcnic_attach_func().
Signed-off-by: Yijing Wang <wangyijing@...wei.com>
---
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
index aeb26a8..3585c2c 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
@@ -3219,7 +3219,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);
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists