From: Nicholas Mc Guire Date: Thu, 5 Feb 2015 14:47:06 +0000 (-0500) Subject: spi: mxs: cleanup wait_for_completion return handling X-Git-Tag: fixes-v4.0-rc1~184^2~3^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2234691d7d7c6154f6d850365cf6cf63cc6eb74;p=pandora-kernel.git spi: mxs: cleanup wait_for_completion return handling return type of wait_for_completion_timeout is unsigned long not int, this patch uses the return value of wait_for_completion_timeout in the condition directly rather than adding a additional appropriately typed variable. Signed-off-by: Nicholas Mc Guire Signed-off-by: Mark Brown --- Reading git-diff-tree failed