From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 10:43:52 +0000 (-0500) Subject: i2c: wmt: match return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.2/o2_dc~136^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73958562f1ca5c91d802c845856c4a9edcf468cb;p=pandora-kernel.git i2c: wmt: match return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. as wait_result is only used for wait_for_completion_timeout here the type is simply changed to unsigned long. Signed-off-by: Nicholas Mc Guire Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed