Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c96922c7 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent f8dfc452
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -691,10 +691,8 @@ static void atl1e_cal_ring_size(struct atl1e_adapter *adapter, u32 *ring_size)

static void atl1e_init_ring_resources(struct atl1e_adapter *adapter)
{
	struct atl1e_tx_ring *tx_ring = NULL;
	struct atl1e_rx_ring *rx_ring = NULL;

	tx_ring = &adapter->tx_ring;
	rx_ring = &adapter->rx_ring;

	rx_ring->real_page_size = adapter->rx_ring.page_size