Re: ath9k_htc: wmi: match wait_for_completion_timeout return type

2015-08-13 Thread Kalle Valo
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

Re: [PATCH] ath9k_htc: wmi: match wait_for_completion_timeout return type

2015-05-21 Thread Kalle Valo
Nicholas Mc Guire der.h...@hofr.at writes: On Thu, 14 May 2015, Kalle Valo wrote: Nicholas Mc Guire hof...@osadl.org writes: Patch is against 4.1-rc3 (localversion-next is -next-20150514) BTW, this info should be under --- line so that it doesn't get stored to the actual commit log.