sfxge(4): remove obsolete check for pre-Siena hardware

The fail4 label was used twice, so it doesn't need removing.

Submitted by:   Mark Spender <mspender at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
Differential Revision:  https://reviews.freebsd.org/D18126
This commit is contained in:
arybchik 2018-11-24 16:30:57 +00:00
parent 85f19d26eb
commit cf03577b76

View File

@ -1355,10 +1355,6 @@ siena_rx_qcreate(
#if EFSYS_OPT_RX_SCATTER
case EFX_RXQ_TYPE_SCATTER:
if (enp->en_family < EFX_FAMILY_SIENA) {
rc = EINVAL;
goto fail4;
}
jumbo = B_TRUE;
break;
#endif /* EFSYS_OPT_RX_SCATTER */