atlx: Fix set-but-unused variable.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:51:40 +0000 (00:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:51:40 +0000 (00:51 -0700)
commitf8dfc4528b93ba9c9a191151f8888b4da1d1a45b
tree71cac89860fbdd01d62a3e230a865fffbf2142ec
parent7d038eb6dc0e256dbcac88d52972c4ac55a78fc5
atlx: Fix set-but-unused variable.

The variable 'tpc' is set but unused in atl1_intr_tx().
Just kill it off.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/atlx/atl1.c