commit | c96922c7beeb6246f36b89a1e8b61d99a435a780 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 17 00:54:51 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 17 00:54:51 2011 -0700 |
tree | 897aa7c6d6d7051d1cbb14efc58e6aff266de2da | |
parent | f8dfc4528b93ba9c9a191151f8888b4da1d1a45b [diff] |
atl1e: Fix set-but-unused variable. The variable 'tx_ring' is set but unused in atl1e_init_ring_resources(). Just kill it off. Signed-off-by: David S. Miller <davem@davemloft.net>