selinux: remove a useless return
authorAmerigo Wang <amwang@redhat.com>
Thu, 3 Dec 2009 08:48:28 +0000 (03:48 -0500)
committerJames Morris <jmorris@namei.org>
Tue, 8 Dec 2009 03:58:11 +0000 (14:58 +1100)
commit08e3daff217059c84c360cc71212686e0a7995af
treeac2dd60ab2309a82b72e57f15fef72401f5102d1
parent937bf6133b21b16965f75223085f4314ae32b8eb
selinux: remove a useless return

The last return is unreachable, remove the 'return'
in default, let it fall through.

Signed-off-by: WANG Cong <amwang@redhat.com>
Acked-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/ss/mls.c