ixgbe: remove unnecessary call to device_init_wakeup
authorAndy Gospodarek <andy@greyhouse.net>
Wed, 22 Jul 2009 09:34:00 +0000 (09:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2009 18:05:32 +0000 (11:05 -0700)
Calls to device_init_wakeup should not be necessary in drivers that use
device_set_wakeup_enable since pci_pm_init will set the can_wakeup flag
for the device when initialized.

Signed-off-by: Andy Gospodarek <andy@greyhouse.net>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c

index 47a3c6d..6887759 100644 (file)
@@ -5640,7 +5640,6 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev,
                adapter->wol = 0;
                break;
        }
-       device_init_wakeup(&adapter->pdev->dev, true);
        device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol);
 
        /* pick up the PCI bus settings for reporting later */