tg3: Fix race condition in tg3_get_stats64()
commit0f566b208b41918053b2e67399673aaec02dde5d
authorMichael Chan <mchan@broadcom.com>
Sun, 29 Jul 2012 19:15:44 +0000 (29 19:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Jul 2012 06:18:31 +0000 (29 23:18 -0700)
treeb07f2bcab010460c8a47272713abc95cc54395b8
parent091f0ea30074bc43f9250961b3247af713024bc6
tg3: Fix race condition in tg3_get_stats64()

Spinlock should be taken before checking for tp->hw_stats.

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