mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ipc: do not goto to the next line
Signed-off-by: Denis V. Lunev <den@openvz.org> Reviewed-by: WANG Cong <wangcong@zeuux.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e8148f7588
commit
e953ac2195
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue