Re: [PATCH 1/3] iio: vf610_adc: cleanup wait_for_completion return handling

2015-02-04 Thread Jonathan Cameron
On 02/02/15 08:35, Nicholas Mc Guire wrote: > return type of wait_for_completion_timeout is unsigned long not int, this > patch only fixes up the return handling. > > Signed-off-by: Nicholas Mc Guire Applied to the togreg branch of iio.git which will at somepoint get pushed out as testing for

Re: [PATCH 1/3] iio: vf610_adc: cleanup wait_for_completion return handling

2015-02-04 Thread Jonathan Cameron
On 02/02/15 08:35, Nicholas Mc Guire wrote: return type of wait_for_completion_timeout is unsigned long not int, this patch only fixes up the return handling. Signed-off-by: Nicholas Mc Guire hof...@osadl.org Applied to the togreg branch of iio.git which will at somepoint get pushed out as

[PATCH 1/3] iio: vf610_adc: cleanup wait_for_completion return handling

2015-02-02 Thread Nicholas Mc Guire
return type of wait_for_completion_timeout is unsigned long not int, this patch only fixes up the return handling. Signed-off-by: Nicholas Mc Guire --- drivers/iio/adc/vf610_adc.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) Rather than changing timeout to unsigned long it can

[PATCH 1/3] iio: vf610_adc: cleanup wait_for_completion return handling

2015-02-02 Thread Nicholas Mc Guire
return type of wait_for_completion_timeout is unsigned long not int, this patch only fixes up the return handling. Signed-off-by: Nicholas Mc Guire hof...@osadl.org --- drivers/iio/adc/vf610_adc.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) Rather than changing timeout to