]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2: Fix bug in bnx2_free_rx_mem().
authorMichael Chan <mchan@broadcom.com>
Thu, 18 Dec 2008 03:06:08 +0000 (19:06 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Dec 2008 03:06:08 +0000 (19:06 -0800)
commit7cf22959cd8c7b1c4d4600267b1f794b85d4ed8c
tree1373c89c430acbd09b30e602750aa43c1c9e833c
parent48581076c45ef170f3560f9f94760fef953d07bd
bnx2: Fix bug in bnx2_free_rx_mem().

DMA memory for the jumbo rx page rings was freed incorrectly using the
wrong local variable as the array index.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c