From 706d5b289924678de9d8af67bcb00e28c1a5000c Mon Sep 17 00:00:00 2001 From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 11:37:33 -0500 Subject: [PATCH] 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-format-patch failed