]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
tg3: phy tmp variable roundup
authorMatt Carlson <mcarlson@broadcom.com>
Wed, 15 Sep 2010 09:00:01 +0000 (09:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Sep 2010 21:16:15 +0000 (14:16 -0700)
commitf833c4c181e4e948758b7b252322f50273100d30
tree164a67e11de5666dd04cd0d680e8170a26fe20ec
parenta4a8bb15aed20ff74aa3ca14a4f2c0d62efd8391
tg3: phy tmp variable roundup

The tg3's phy routines define temporary variables in many locations
within the same routine.  This patch unifies all temporary variables
into one location.

Reviewed-by: Benjamin Li <benli@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c