From: Nicholas Mc Guire Date: Mon, 2 Feb 2015 15:43:31 +0000 (-0500) Subject: spi: atmel: cleanup wait_for_completion return handling X-Git-Tag: fixes-v4.0-rc1~184^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1369dea6496f10d536bcd8282bb21a1b982a912e;p=pandora-kernel.git spi: atmel: cleanup wait_for_completion return handling return type of wait_for_completion_timeout is unsigned long not int, this patch adds an appropriate variable and fixes up the assignment. It removes the else branch as the only thing it was doing is assigning ret = 0; - but ret is never used thereafter so that is not needed. As the string in dev_err already states "timeout" there is little point in printing the 0. A typo in "trasfer" -> transfer is also fixed. Signed-off-by: Nicholas Mc Guire Acked-by: Nicolas Ferre Signed-off-by: Mark Brown --- Reading git-diff-tree failed