summaryrefslogtreecommitdiff
path: root/drivers/tc
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2011-07-13 09:27:29 +0000
committerDavid S. Miller <davem@davemloft.net>2011-07-14 08:41:59 -0700
commitbed9829f3ec4b30d5cbec6511a11368ba5f169fb (patch)
treee4c6d122e21cfe96d6645f171bfa558405f06a4b /drivers/tc
parent168212858712b12c65e0fa1bec6c9c65808e7621 (diff)
tg3: Check transitions to D0 power state
Currently pci_set_power_state() does not return useful return codes for transitions to the D0 power state. If a device refuses to go into D0, the PCI layer issues a warning but returns success. Entering into D0 is a requirement for correct operation of tg3 devices though. If the PCI layer should be changed to return an error code for this type of failure, the tg3 driver would be interested in catching it and reacting to it. This patch makes the necessary modifications. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/tc')
0 files changed, 0 insertions, 0 deletions