From: Nicholas Mc Guire Date: Mon, 9 Feb 2015 19:43:44 +0000 (-0500) Subject: misc: tifm: match return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.2/o2_dc~63^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a819a228feae6f936e2696c4946c53f883a3d480;p=pandora-kernel.git misc: tifm: match return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. The rc variable is in use for other calls so an additional timeout variable of type unsigned long is added. Signed-off-by: Nicholas Mc Guire Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed