Commit 3d6aef65 authored by Edward Cree's avatar Edward Cree Committed by David S. Miller

sfc: remove spurious unreachable return statement

The statement above it already returns, so there is no way to get here.
Signed-off-by: default avatarEdward Cree <ecree@solarflare.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c0941025
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment