sfc: remove spurious unreachable return statement

The statement above it already returns, so there is no way to get here.

Signed-off-by: Edward Cree <ecree@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Edward Cree 2020-09-11 19:44:56 +01:00 committed by David S. Miller
parent c0941025e2
commit 3d6aef65df
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ int ef100_tx_probe(struct efx_tx_queue *tx_queue)
(tx_queue->ptr_mask + 2) *
sizeof(efx_oword_t),
GFP_KERNEL);
return 0;
}
void ef100_tx_init(struct efx_tx_queue *tx_queue)