From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 16:12:07 +0000 (-0500) Subject: i2c: at91: fixup return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.2/o2_dc~136^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c42aca54fa0e738d9f0c0e5aa952d0e4357dcf0;p=pandora-kernel.git i2c: at91: fixup return type of wait_for_completion_timeout Return type of wait_for_completion_timeout is unsigned long not int. This patch adds a timeout variable of appropriate type and fixes up the assignment. Signed-off-by: Nicholas Mc Guire Acked-by: Ludovic Desroches Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed