From: Nicholas Mc Guire Date: Mon, 2 Feb 2015 08:30:34 +0000 (-0500) Subject: spi: sh-msiof: cleanup wait_for_completion return handling X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~168^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f0ad0942d560d33afedc66a27fe7d6e67373dc;p=pandora-kernel.git spi: sh-msiof: 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