Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753458AbZLAHmG (ORCPT ); Tue, 1 Dec 2009 02:42:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752513AbZLAHmF (ORCPT ); Tue, 1 Dec 2009 02:42:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40612 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbZLAHmF (ORCPT ); Tue, 1 Dec 2009 02:42:05 -0500 Date: Tue, 1 Dec 2009 02:41:23 -0500 From: Amerigo Wang To: linux-kernel@vger.kernel.org Cc: Eric Paris , linux-security-module@vger.kernel.org, akpm@linux-foundation.org, Amerigo Wang , James Morris Message-Id: <20091201074422.4410.60874.sendpatchset@localhost.localdomain> Subject: [Patch] selinux: remove an unreachable line Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 718 Lines: 25 This line is unreachable, remove it. Signed-off-by: WANG Cong Cc: James Morris Cc: Eric Paris --- diff --git a/security/selinux/ss/mls.c b/security/selinux/ss/mls.c index b5407f1..a2f1034 100644 --- a/security/selinux/ss/mls.c +++ b/security/selinux/ss/mls.c @@ -544,7 +544,6 @@ int mls_compute_sid(struct context *scontext, default: return -EINVAL; } - return -EINVAL; } #ifdef CONFIG_NETLABEL -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/