[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1314835190.27632.22.camel@Joe-Laptop>
Date: Wed, 31 Aug 2011 16:59:50 -0700
From: Joe Perches <joe@...ches.com>
To: Matt Carlson <mcarlson@...adcom.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 8/8] tg3: Code movement
On Wed, 2011-08-31 at 14:44 -0700, Matt Carlson wrote:
> This patch just moves some code around for better organization.
> diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net/ethernet/broadcom/tg3.c
[]
> @@ -15541,7 +15542,7 @@ static int __devinit tg3_init_one(struct pci_dev *pdev,
> tnapi->tx_pending = TG3_DEF_TX_RING_PENDING;
>
> tnapi->int_mbox = intmbx;
> - if (i < 4)
> + if (i <= 4)
> intmbx += 0x8;
> else
> intmbx += 0x4;
Not just code movement.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists