]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - ipc/sem.c
ipc: do not goto to the next line
[linux-2.6-omap-h63xx.git] / ipc / sem.c
index fea0ad3aed7b36775efccce0914e0eaa1f343e2c..c68cd3f8f0c92259d9a0af3be4ec3adc6b3ad559 100644 (file)
--- 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);