From: Nicholas Mc Guire Date: Mon, 9 Feb 2015 19:24:25 +0000 (-0500) Subject: misc: carma: fixup return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.1/fixes-rc1~73^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860cba13432e071442a39e9bab83258c631d33a6;p=pandora-kernel.git misc: carma: fixup return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. The rc variable is renamed timeout to reflect its use and the type adjusted to unsigned long. Signed-off-by: Nicholas Mc Guire Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed