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)
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>

No differences found