From: Nicholas Mc Guire Date: Fri, 13 Mar 2015 11:54:45 +0000 (-0400) Subject: mtd: fsmc_nand: fix handling of wait_for_completion_timeout return value X-Git-Tag: omap-for-v4.2/fixes-rc1^2~143^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bda3e194438dd6801b863e7a9c23ca80a7cff05;p=pandora-kernel.git mtd: fsmc_nand: fix handling of wait_for_completion_timeout return value wait_for_completion_timeout does not return negative values so result handling here does not need to check for negative return. Signed-off-by: Nicholas Mc Guire Signed-off-by: Brian Norris --- Reading git-diff-tree failed