From: Nicholas Mc Guire Date: Mon, 2 Feb 2015 08:30:32 +0000 (-0500) Subject: spi: match var type to return type of wait_for_completion X-Git-Tag: fixes-v4.0-rc1~184^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682a71b28406a53bdc05c4c0d48443af72f1298e;p=pandora-kernel.git spi: match var type to return type of wait_for_completion return type of wait_for_completion_timeout is unsigned long not int, this patch changes the type of m from int to unsigned long. Signed-off-by: Nicholas Mc Guire Signed-off-by: Mark Brown --- Reading git-diff-tree failed