From: Nicholas Mc Guire Date: Sun, 8 Feb 2015 11:04:18 +0000 (-0500) Subject: i2c: i2c-bcm2835: match return type of wait_for_completion_timeout X-Git-Tag: omap-for-v4.2/o2_dc~136^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4dc12167db8c7c22b38ab5180afdd5c2acba783;p=pandora-kernel.git i2c: i2c-bcm2835: match return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. as time_left 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: Lee Jones Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed