From: Julia Lawall Date: Wed, 8 Jan 2014 08:04:32 +0000 (+0000) Subject: ixgbevf: delete unneeded call to pci_set_power_state X-Git-Tag: v3.15-rc1~113^2~158^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f586f6bcd5367fbbd1d3352d524a3ef3183eeb2;p=pandora-kernel.git ixgbevf: delete unneeded call to pci_set_power_state 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 Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed