From: Nicholas Mc Guire Date: Fri, 13 Mar 2015 11:54:46 +0000 (-0400) Subject: mtd: fsmc_nand: match wait_for_completion_timeout return type X-Git-Tag: omap-for-v4.3/legacy-v2-signed~172^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818a45b1d7fbd8c55a4248fe6cd0995e06db04be;p=pandora-kernel.git mtd: fsmc_nand: match wait_for_completion_timeout return type return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignment fixed up. This not only should help readability but also handles corner cases properly. Signed-off-by: Nicholas Mc Guire Signed-off-by: Brian Norris --- Reading git-diff-tree failed