Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e953ac21 authored by Denis V. Lunev's avatar Denis V. Lunev Committed by Linus Torvalds
Browse files

ipc: do not goto to the next line

parent e8148f75
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1216,7 +1216,6 @@ asmlinkage long sys_semtimedop(int semid, struct sembuf __user *tsops,
	if (timeout && jiffies_left == 0)
	if (timeout && jiffies_left == 0)
		error = -EAGAIN;
		error = -EAGAIN;
	list_del(&queue.list);
	list_del(&queue.list);
	goto out_unlock_free;


out_unlock_free:
out_unlock_free:
	sem_unlock(sma);
	sem_unlock(sma);