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