]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
tg3: inline tg3_cond_int()
authorMatt Carlson <mcarlson@broadcom.com>
Tue, 1 Sep 2009 12:47:49 +0000 (12:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Sep 2009 07:43:22 +0000 (00:43 -0700)
commitf19af9c2cc015e42dfe4bd5c383e32066ec2801c
tree8b6b51c7f54013433ab14c48ce78754061e9b0a9
parent6cdee2f96a97f6da26bd3759c3f8823332fbb438
tg3: inline tg3_cond_int()

This patch inlines the code of tg3_cond_int() into the function's only
callsite.  This prep work makes the following patch cleaner.

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