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:
parent
5e951ea735
commit
1972e0c429
@ -288,7 +288,6 @@ ef10_mcdi_feature_supported(
|
||||
default:
|
||||
rc = ENOTSUP;
|
||||
goto fail1;
|
||||
break;
|
||||
}
|
||||
|
||||
return (0);
|
||||
|
@ -237,7 +237,6 @@ siena_mcdi_feature_supported(
|
||||
default:
|
||||
rc = ENOTSUP;
|
||||
goto fail1;
|
||||
break;
|
||||
}
|
||||
|
||||
return (0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user