From: Nicholas Mc Guire Date: Mon, 30 Mar 2015 12:39:21 +0000 (+0300) Subject: ath10k: core: match wait_for_completion_timeout return type X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~230^2~34^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a42849cdc82e42cb5c8404b8a34b1601d51135;p=pandora-kernel.git ath10k: core: 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 assignments fixed up. Signed-off-by: Nicholas Mc Guire Signed-off-by: Kalle Valo --- Reading git-diff-tree failed