commit | f19af9c2cc015e42dfe4bd5c383e32066ec2801c | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Tue Sep 01 12:47:49 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 02 00:43:22 2009 -0700 |
tree | 8b6b51c7f54013433ab14c48ce78754061e9b0a9 | |
parent | 6cdee2f96a97f6da26bd3759c3f8823332fbb438 [diff] |
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>