ethernet: tg3: remove unreachable code
[sfrench/cifs-2.6.git] / drivers / net / ethernet / broadcom / tg3.c
index cb2810f175ccd34fbe727cfc0637ca54a7c130dc..5408ed0517726da38848b299447239314377beaf 100644 (file)
@@ -17795,10 +17795,7 @@ static int tg3_init_one(struct pci_dev *pdev,
                tnapi->tx_pending = TG3_DEF_TX_RING_PENDING;
 
                tnapi->int_mbox = intmbx;
-               if (i <= 4)
-                       intmbx += 0x8;
-               else
-                       intmbx += 0x4;
+               intmbx += 0x8;
 
                tnapi->consmbox = rcvmbx;
                tnapi->prodmbox = sndmbx;