From: Nicholas Mc Guire Date: Mon, 9 Mar 2015 07:12:26 +0000 (-0400) Subject: soc/tegra: Watch wait_for_completion_timeout() return type X-Git-Tag: omap-for-v4.3/legacy-v2-signed~133^2~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039aa4d68067161a7bd63aac9c2abc610aafab22;p=pandora-kernel.git soc/tegra: Watch wait_for_completion_timeout() return type The return type of the wait_for_completion_timeout() function is not int but unsigned long. An appropriately named unsigned long is added and the assignment fixed up. Signed-off-by: Nicholas Mc Guire Signed-off-by: Thierry Reding --- Reading git-diff-tree failed