]> Pileus Git - ~andy/linux/commit
atl1e: Fix set-but-unused variable.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:54:51 +0000 (00:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:54:51 +0000 (00:54 -0700)
commitc96922c7beeb6246f36b89a1e8b61d99a435a780
tree897aa7c6d6d7051d1cbb14efc58e6aff266de2da
parentf8dfc4528b93ba9c9a191151f8888b4da1d1a45b
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>
drivers/net/atl1e/atl1e_main.c