From: Nicholas Mc Guire Date: Tue, 10 Mar 2015 18:08:13 +0000 (-0400) Subject: i2c: mxs: match wait_for_completion_timeout return type X-Git-Tag: omap-for-v4.1/fixes-rc1~146^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271a89cdd65f8c2b4a6be865859f8d2d1b504696;p=pandora-kernel.git i2c: mxs: match wait_for_completion_timeout return type Return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignment fixed up. Signed-off-by: Nicholas Mc Guire Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed