From: Nicholas Mc Guire Date: Thu, 5 Feb 2015 15:03:42 +0000 (-0500) Subject: spi: ti-qspi: cleanup wait_for_completion return handling X-Git-Tag: fixes-v4.0-rc1~184^2~1^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060556a9bd7ac8d819c7321a3e7f73bfa1276f1d;p=pandora-kernel.git spi: ti-qspi: 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 assigning it to an incorrect type variable. Signed-off-by: Nicholas Mc Guire Signed-off-by: Mark Brown --- Reading git-diff-tree failed