]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit760aa09704c95a66e7d4b3939b3237be8f7b3059
tree8b6b51c7f54013433ab14c48ce78754061e9b0a9
parent082389c6cb4908236c7d0d2d66bdf6e526fa1db9
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