Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7466560 authored by Michael Chan's avatar Michael Chan Committed by David S. Miller
Browse files

bnx2: Fix bnx2_netif_stop() merge error.



The error was introduced while merging:

commit 4529819c
bnx2: reset_task is crashing the kernel. Fixing it.

Signed-off-by: default avatarMichael Chan <mchan@broadcom.com&gt;k>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7c65ec79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -666,6 +666,7 @@ bnx2_netif_stop(struct bnx2 *bp)
			txq->trans_start = jiffies;
		}
	}
	bnx2_disable_int_sync(bp);
}

static void
@@ -679,7 +680,6 @@ bnx2_netif_start(struct bnx2 *bp)
			bnx2_cnic_start(bp);
		}
	}
	bnx2_disable_int_sync(bp);
}

static void