[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091201070008.4311.16191.sendpatchset@localhost.localdomain>
Date: Tue, 1 Dec 2009 01:57:09 -0500
From: Amerigo Wang <amwang@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, Amerigo Wang <amwang@...hat.com>
Subject: [Patch] ipc: remove unreachable code in sem.c
This line is unreachable, remove it.
Signed-off-by: WANG Cong <amwang@...hat.com>
---
diff --git a/ipc/sem.c b/ipc/sem.c
index 87c2b64..8439f2f 100644
--- a/ipc/sem.c
+++ b/ipc/sem.c
@@ -652,7 +652,6 @@ static int semctl_nolock(struct ipc_namespace *ns, int semid,
default:
return -EINVAL;
}
- return err;
out_unlock:
sem_unlock(sma);
return err;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists