diff --git a/[refs] b/[refs] index 643a81390997..838dcd6c1572 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 937bf6133b21b16965f75223085f4314ae32b8eb +refs/heads/master: 08e3daff217059c84c360cc71212686e0a7995af diff --git a/trunk/security/selinux/ss/mls.c b/trunk/security/selinux/ss/mls.c index 3f2b2706b5bb..e6654b543aed 100644 --- a/trunk/security/selinux/ss/mls.c +++ b/trunk/security/selinux/ss/mls.c @@ -541,8 +541,8 @@ int mls_compute_sid(struct context *scontext, case AVTAB_MEMBER: /* Use the process effective MLS attributes. */ return mls_context_cpy_low(newcontext, scontext); - default: - return -EINVAL; + + /* fall through */ } return -EINVAL; }