Re: ath9k: 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: ath9k: 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

[PATCH] ath9k: match wait_for_completion_timeout return type

2015-05-14 Thread Nicholas Mc Guire
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

[PATCH] ath9k: match wait_for_completion_timeout return type

2015-05-14 Thread Nicholas Mc Guire
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