From: Peter Zijlstra Date: Wed, 2 Oct 2013 09:22:33 +0000 (+0200) Subject: sched/wait: Make the __wait_event*() interface more friendly X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35a2af94c7ce7130ca292c68b1d27fcfdb648f6b;p=pandora-kernel.git sched/wait: Make the __wait_event*() interface more friendly Change all __wait_event*() implementations to match the corresponding wait_event*() signature for convenience. In particular this does away with the weird 'ret' logic. Since there are __wait_event*() users this requires we update them too. Reviewed-by: Oleg Nesterov Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/20131002092529.042563462@infradead.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed