From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 16:37:33 +0000 (-0500) Subject: mtd: nand: gpmi: fixup return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.1/fixes-rc1~47^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706d5b289924678de9d8af67bcb00e28c1a5000c;p=pandora-kernel.git mtd: nand: gpmi: fixup return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. The return variable is renamed to reflect its use and the type adjusted to unsigned long. Signed-off-by: Nicholas Mc Guire Reviewed-by: Boris Brezillon Acked-by: Huang Shijie Signed-off-by: Brian Norris --- Reading git-diff-tree failed