Re: [PATCH] iio: Fix parameters in iio_triggered_buffer_setup

2015-06-22 Thread Lars-Peter Clausen
On 06/21/2015 03:57 PM, Daniel Baluta wrote: On Sun, Jun 14, 2015 at 1:20 PM, Jonathan Cameron wrote: On 11/06/15 13:06, Cristina Opriceana wrote: This patch renames the top half handler and the bottom half handler of iio_triggered_buffer_setup() in accordance with their usage. The names of th

Re: [PATCH] iio: Fix parameters in iio_triggered_buffer_setup

2015-06-21 Thread Daniel Baluta
On Sun, Jun 14, 2015 at 1:20 PM, Jonathan Cameron wrote: > On 11/06/15 13:06, Cristina Opriceana wrote: >> This patch renames the top half handler and the bottom half handler >> of iio_triggered_buffer_setup() in accordance with their usage. >> The names of the parameters were swapped, thus creati

Re: [PATCH] iio: Fix parameters in iio_triggered_buffer_setup

2015-06-14 Thread Jonathan Cameron
On 11/06/15 13:06, Cristina Opriceana wrote: > This patch renames the top half handler and the bottom half handler > of iio_triggered_buffer_setup() in accordance with their usage. > The names of the parameters were swapped, thus creating confusion. > > Signed-off-by: Cristina Opriceana Good poin

Re: [PATCH] iio: Fix parameters in iio_triggered_buffer_setup

2015-06-11 Thread Daniel Baluta
On Thu, Jun 11, 2015 at 3:06 PM, Cristina Opriceana wrote: > This patch renames the top half handler and the bottom half handler > of iio_triggered_buffer_setup() in accordance with their usage. > The names of the parameters were swapped, thus creating confusion. > > Signed-off-by: Cristina Oprice

[PATCH] iio: Fix parameters in iio_triggered_buffer_setup

2015-06-11 Thread Cristina Opriceana
This patch renames the top half handler and the bottom half handler of iio_triggered_buffer_setup() in accordance with their usage. The names of the parameters were swapped, thus creating confusion. Signed-off-by: Cristina Opriceana --- drivers/iio/industrialio-triggered-buffer.c | 8 i