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

Commit 86ee5302 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

sfc: Use existing local variables instead of repeated indirect lookups

parent 73ba7b68
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -364,7 +364,7 @@ static int efx_probe_eventq(struct efx_channel *channel)
	struct efx_nic *efx = channel->efx;
	struct efx_nic *efx = channel->efx;
	unsigned long entries;
	unsigned long entries;


	netif_dbg(channel->efx, probe, channel->efx->net_dev,
	netif_dbg(efx, probe, efx->net_dev,
		  "chan %d create event queue\n", channel->channel);
		  "chan %d create event queue\n", channel->channel);


	/* Build an event queue with room for one event per tx and rx buffer,
	/* Build an event queue with room for one event per tx and rx buffer,
@@ -1971,7 +1971,7 @@ static int efx_register_netdev(struct efx_nic *efx)
	}
	}


	/* Always start with carrier off; PHY events will detect the link */
	/* Always start with carrier off; PHY events will detect the link */
	netif_carrier_off(efx->net_dev);
	netif_carrier_off(net_dev);


	rtnl_unlock();
	rtnl_unlock();