]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iio: mxs-lradc: convert is_divided to a bitmap
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 23 Dec 2013 17:48:00 +0000 (17:48 +0000)
committerJonathan Cameron <jic23@kernel.org>
Wed, 1 Jan 2014 14:31:56 +0000 (14:31 +0000)
commit38125b2c935b0037787ca213f96a7b976eba3199
tree91d0e44e1e391df097edf1dd3173d44e6a5f36c1
parentaba70f2a583d31a9cface717886378c9592447d9
iio: mxs-lradc: convert is_divided to a bitmap

mxs_lradc.is_divided was an unsigned long array. Convert it to a bitmap to save
some memory.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/mxs-lradc.c