• Matt Carlson's avatar
    tg3: Check transitions to D0 power state · bed9829f
    Matt Carlson authored
    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: default avatarMatt Carlson <mcarlson@broadcom.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    bed9829f
tg3.c 409 KB