From: Nicholas Mc Guire Date: Mon, 9 Feb 2015 19:09:09 +0000 (-0500) Subject: misc: mic: fixup return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.2/o2_dc~63^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9763190dd6356eec95548f4cfa8a36a71f767c;p=pandora-kernel.git misc: mic: 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 Acked-by: Sudeep Dutt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed