Re: [PATCH v2 1/3] iio: kfifo: Remove unused argument in iio_kfifo_allocate

2014-12-26 Thread Jonathan Cameron
On 19/12/14 17:39, Karol Wrona wrote: > indio_dev was unused in function body plus some small style fix - add new > lines after "if(sth) return sth" and before the last return statement. > > The argument was removed also in its client. > > Signed-off-by: Karol Wrona Good cleanup - some fuzz appl

[PATCH v2 1/3] iio: kfifo: Remove unused argument in iio_kfifo_allocate

2014-12-19 Thread Karol Wrona
indio_dev was unused in function body plus some small style fix - add new lines after "if(sth) return sth" and before the last return statement. The argument was removed also in its client. Signed-off-by: Karol Wrona --- drivers/iio/adc/ti_am335x_adc.c |2 +- drivers/iio/ind