From: Heiko Carstens Date: Thu, 31 Oct 2013 11:48:14 +0000 (+0100) Subject: sched/wait: Fix __wait_event_interruptible_lock_irq_timeout() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d716456a0ee4e9bd63be9234f886d20382ac950;p=pandora-kernel.git sched/wait: Fix __wait_event_interruptible_lock_irq_timeout() __wait_event_interruptible_lock_irq_timeout() needs the timeout parameter passed instead of "ret". This magically compiled since the only user has a local ret variable. Luckily we got a build warning: CC drivers/s390/scsi/zfcp_qdio.o drivers/s390/scsi/zfcp_qdio.c: In function 'zfcp_qdio_sbal_get': include/linux/wait.h:780:15: warning: 'ret' may be used uninitialized Signed-off-by: Heiko Carstens Acked-by: Peter Zijlstra Link: http://lkml.kernel.org/r/20131031114814.GB5551@osiris Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed