Nicholas Mc Guire ab63cb8b0c ath9k: match wait_for_completion_timeout return type
Return type of wait_for_completion_timeout is unsigned long not int.
As time_left is exclusively used for wait_for_completion_timeout here its
type is simply changed to unsigned long.

API conformance testing for completions with coccinelle spatches are being
used to locate API usage inconsistencies:
./drivers/net/wireless/ath/ath9k/link.c:197
        int return assigned to unsigned long

Patch was compile tested with x86_64_defconfig + CONFIG_ATH_CARDS=m,

Patch is against 4.1-rc3 (localversion-next is -next-20150514)

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-08-13 15:27:12 +03:00
..
2015-01-15 14:24:57 +02:00
2015-03-20 08:28:11 +02:00
2015-03-20 08:28:11 +02:00
2015-01-15 14:25:03 +02:00
2015-03-20 08:27:17 +02:00
2015-03-03 14:55:24 +02:00
2015-01-15 14:25:03 +02:00
2015-03-13 15:19:36 +02:00
2015-03-30 11:31:32 +03:00
2015-08-06 10:11:06 +03:00
2015-04-07 20:15:01 +03:00
2015-02-26 15:20:38 +02:00
2014-02-12 15:36:03 -05:00
2015-06-15 12:44:34 +03:00
2015-03-20 08:27:17 +02:00
2015-07-11 19:58:56 +03:00
2015-08-06 10:12:22 +03:00
2015-01-15 14:25:03 +02:00
2015-08-06 10:11:14 +03:00
2015-03-03 14:55:24 +02:00
2015-02-03 15:31:04 +02:00
2015-03-03 14:55:27 +02:00
2015-02-26 14:58:43 +02:00
2015-04-07 20:15:01 +03:00
2014-10-27 14:16:14 -04:00