iio: buffer-dma: Use ARRAY_SIZE in for loop range
authorPhil Reid <preid@electromag.com.au>
Mon, 27 Jun 2016 03:17:56 +0000 (11:17 +0800)
committerJonathan Cameron <jic23@kernel.org>
Mon, 27 Jun 2016 20:06:40 +0000 (21:06 +0100)
commit29e3e06d893105febb9c9ccaff856fcdcbe3f712
tree6c4056d7eb63d815ae274afdd9f59e483ee0ac7d
parentc48c7b2e470ede9bfae2bff3ab8ba1fe5e832f64
iio: buffer-dma: Use ARRAY_SIZE in for loop range

Use the ARRAY_SIZE macro in the for loops that access queue->fileio.blocks.
Macro is already used in a couple of places where this access occurs,
but range was hardcoded in these locations.

Signed-off-by: Phil Reid <preid@electromag.com.au>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/buffer/industrialio-buffer-dma.c