]> Pileus Git - ~andy/linux/blobdiff - drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
bnx2x: Change to D3hot only on removal
[~andy/linux] / drivers / net / ethernet / broadcom / bnx2x / bnx2x_main.c
index 13f814485a36dfcbc1eb06416a1b8a61da50cbc8..f6d0e209c44e0b1a95920d98894883be8e376cfe 100644 (file)
@@ -11643,9 +11643,6 @@ static int bnx2x_close(struct net_device *dev)
        /* Unload the driver, release IRQs */
        bnx2x_nic_unload(bp, UNLOAD_CLOSE, false);
 
-       /* Power off */
-       bnx2x_set_power_state(bp, PCI_D3hot);
-
        return 0;
 }