From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 15:36:48 +0000 (-0500) Subject: i2c: axxia: fixup return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.2/o2_dc~136^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abaccb356a857dbf4c978a69f2209e19c1a0db3;p=pandora-kernel.git i2c: axxia: fixup return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. The return variable is renamed to reflect its use and the type adjusted to unsigned long. Signed-off-by: Nicholas Mc Guire Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed