From: Nicholas Mc Guire Date: Sat, 7 Feb 2015 11:17:13 +0000 (-0500) Subject: crypto: sahara - fix type of ret for wait_for_completion_timeout X-Git-Tag: omap-for-v4.2/o2_dc~130^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ed798b8291f1d63c00d6dfe077587494a6790a;p=pandora-kernel.git crypto: sahara - fix type of ret for wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int, this patch adds appropriate variables of type unsigned long. Signed-off-by: Nicholas Mc Guire Signed-off-by: Herbert Xu --- Reading git-diff-tree failed