sfxge(4): remove unreachable break after goto

Found by lint on illumos.

Submitted by:   Garrett D'Amore <garrett at damore.org>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
This commit is contained in:
Andrew Rybchenko 2016-05-27 11:46:35 +00:00
parent 5e951ea735
commit 1972e0c429
2 changed files with 0 additions and 2 deletions

View File

@ -288,7 +288,6 @@ ef10_mcdi_feature_supported(
default:
rc = ENOTSUP;
goto fail1;
break;
}
return (0);

View File

@ -237,7 +237,6 @@ siena_mcdi_feature_supported(
default:
rc = ENOTSUP;
goto fail1;
break;
}
return (0);