Re: [PATCH 7/7] tulip: remove redundant D0 power state set

2013-05-31 Thread David Miller
From: Grant Grundler Date: Thu, 30 May 2013 08:31:38 -0700 > On Thu, May 30, 2013 at 3:27 AM, Yijing Wang wrote: >> Pci_enable_device() will set device power state to D0, >> so it's no need to do it again in tulip_init_one(). >> >> Signed-off-by: Yijing Wang > > Ack-by: Grant Grundler (it's

Re: [PATCH 7/7] tulip: remove redundant D0 power state set

2013-05-30 Thread Grant Grundler
On Thu, May 30, 2013 at 3:27 AM, Yijing Wang wrote: > Pci_enable_device() will set device power state to D0, > so it's no need to do it again in tulip_init_one(). > > Signed-off-by: Yijing Wang Ack-by: Grant Grundler thanks! grant > --- > drivers/net/ethernet/dec/tulip/tulip_core.c |6 --

[PATCH 7/7] tulip: remove redundant D0 power state set

2013-05-30 Thread Yijing Wang
Pci_enable_device() will set device power state to D0, so it's no need to do it again in tulip_init_one(). Signed-off-by: Yijing Wang --- drivers/net/ethernet/dec/tulip/tulip_core.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/dec/tulip/tulip