staging:iio:dummy: Register same channels for device and buffer
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 26 Nov 2014 17:55:11 +0000 (18:55 +0100)
committerJonathan Cameron <jic23@kernel.org>
Fri, 12 Dec 2014 12:28:30 +0000 (12:28 +0000)
commit4ae03019923f7dd5785b69a513b74ccc1c3f7766
treeb7e0e5bb1f7bf139e5499c71dd6e054c52ebf645
parent131e97d3faf2df29a6a488b94890481351f18aea
staging:iio:dummy: Register same channels for device and buffer

In preparation for moving the buffer registration to the core make sure to
register the same channel array for the device and the buffer. Currently the
output voltage and the activity channels are not registered for the buffer,
setting its scan index to -1 will make sure that it is skipped for the
buffer.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/iio_simple_dummy.c
drivers/staging/iio/iio_simple_dummy.h
drivers/staging/iio/iio_simple_dummy_buffer.c