mv643xx_eth: fix race in trasmit path.
authorRichard Cochran <richard.cochran@omicron.at>
Tue, 21 Jun 2011 23:00:24 +0000 (16:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2011 23:00:24 +0000 (16:00 -0700)
Because the socket buffer is freed in the completion interrupt, it is not
safe to access it after submitting it to the hardware.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mv643xx_eth.c

Simple merge