Commit c0941025 authored by Edward Cree's avatar Edward Cree Committed by David S. Miller
Browse files

sfc: remove duplicate call to efx_init_channels from EF100 probe



efx_init_struct already calls this, we don't need to do it again.

Signed-off-by: default avatarEdward Cree <ecree@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 12913f74
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1200,10 +1200,6 @@ static int ef100_probe_main(struct efx_nic *efx)
	if (rc)
		goto fail;

	rc = efx_init_channels(efx);
	if (rc)
		goto fail;

	down_write(&efx->filter_sem);
	rc = ef100_filter_table_probe(efx);
	up_write(&efx->filter_sem);