From: Nicholas Mc Guire Date: Sun, 1 Feb 2015 11:15:46 +0000 (-0500) Subject: mtd: fsl-quadspi: cleanup wait_for_completion return handling X-Git-Tag: omap-for-v4.2/o2_dc~37^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=219a8d13dd2bd0536e359405d046bdce9cc9d134;p=pandora-kernel.git mtd: fsl-quadspi: 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 Acked-by: Han Xu Signed-off-by: Brian Norris --- Reading git-diff-tree failed