Re: [PATCH] ixgbevf: delete unneeded call to pci_set_power_state

2014-01-21 Thread Brown, Aaron F
On Tue, 2014-01-07 at 18:00 +0100, Julia Lawall wrote: > From: Julia Lawall > > This driver does not need to adjust the power state on suspend, so the > call to pci_set_power_state in the resume function is a no-op. Drop it, to > make the code more understandable. > > Signed-off-by: Julia Lawal

[PATCH] ixgbevf: delete unneeded call to pci_set_power_state

2014-01-07 Thread Julia Lawall
From: Julia Lawall This driver does not need to adjust the power state on suspend, so the call to pci_set_power_state in the resume function is a no-op. Drop it, to make the code more understandable. Signed-off-by: Julia Lawall --- drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |1 -