From: Denis V. Lunev Date: Tue, 6 Jan 2009 22:42:50 +0000 (-0800) Subject: ipc: do not goto to the next line X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e953ac2195659940d0d042f7ac962700a6a0f0e3;p=linux-beck.git ipc: do not goto to the next line Signed-off-by: Denis V. Lunev Reviewed-by: WANG Cong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/ipc/sem.c b/ipc/sem.c index fea0ad3aed7b..c68cd3f8f0c9 100644 --- a/ipc/sem.c +++ b/ipc/sem.c @@ -1216,7 +1216,6 @@ asmlinkage long sys_semtimedop(int semid, struct sembuf __user *tsops, if (timeout && jiffies_left == 0) error = -EAGAIN; list_del(&queue.list); - goto out_unlock_free; out_unlock_free: sem_unlock(sma);