From: Eli Billauer Date: Thu, 4 Sep 2014 14:47:49 +0000 (+0300) Subject: staging: xillybus: Use the return value of wait_event_interruptible X-Git-Tag: fixes-for-v3.18-merge-window~15^2~641 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae870e5d04f4ebc6c27e76652dccb6bacc6e1e8e;p=pandora-kernel.git staging: xillybus: Use the return value of wait_event_interruptible Rather than checking the wait condition, the return value of wait_event_interruptible() and wait_event_interruptible_timeout() is used. Suggested-by: Dan Carpenter Signed-off-by: Eli Billauer Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed