From: Nicholas Mc Guire Date: Sun, 1 Mar 2015 14:17:41 +0000 (-0500) Subject: i2c: tegra: match return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.1/fixes-rc1~146^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6973a39c9e35f46f2ea79ccbc25d3cab58737331;p=pandora-kernel.git i2c: tegra: match return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. As ret was only used for wait_for_completion_timeout here it is renamed to time_left the type changed to unsigned long and references fixed up. Signed-off-by: Nicholas Mc Guire Reviewed-by: Alexandre Courbot Acked-by: Thierry Reding Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed