From: Nicholas Mc Guire Date: Thu, 8 Jan 2015 12:27:34 +0000 (+0100) Subject: ath10k: fixup wait_for_completion_timeout return handling X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~10^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e2a644174e74f948ec4415ae5b5c76f1412b0e;p=pandora-kernel.git ath10k: fixup wait_for_completion_timeout return handling wait_for_completion_timeout does not return negative values so the tests for <= 0 are not needed and the case differentiation in the error handling path unnecessary. Signed-off-by: Nicholas Mc Guire Signed-off-by: Kalle Valo --- Reading git-diff-tree failed