From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 12:34:33 +0000 (-0500) Subject: i2c: nomadik: match return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.1/fixes-rc1~146^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bb9fee9e9423082ff23f21257bfc68b5eacd504;p=pandora-kernel.git i2c: nomadik: match return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. as timeout is used for wait_for_completion_timeout exclusively here its type is simply changed to unsigned long. Signed-off-by: Nicholas Mc Guire Acked-by: Linus Walleij Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed