From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 08:03:30 +0000 (-0500) Subject: i2c: ismt: fix type of return var of wait_for_completion_timeout X-Git-Tag: omap-for-v4.2/o2_dc~136^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1abdd5d957e1fc789a2981d27399f56b0682f53e;p=pandora-kernel.git i2c: ismt: fix type of return var of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. As ret is in used for other calls a new appropriately typed variable timeout is added to handle wait_for_completion_timeout Signed-off-by: Nicholas Mc Guire Acked-by: Neil Horman Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed