From: Nicholas Mc Guire Date: Mon, 30 Mar 2015 12:39:20 +0000 (+0300) Subject: ath10k: debug: match wait_for_completion_timeout return type X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~230^2~34^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e8d5438bd01f32aea4281dcda6e2ab192cb333c;p=pandora-kernel.git ath10k: debug: 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. Missing spaces 1*HZ -> 1 * HZ were also added along the way. Signed-off-by: Nicholas Mc Guire Signed-off-by: Kalle Valo --- Reading git-diff-tree failed