iio: Remove unnecessary casts for iio_push_to_buffers()
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 15 Sep 2013 16:50:00 +0000 (17:50 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 15 Sep 2013 18:05:07 +0000 (19:05 +0100)
Now that iio_push_to_buffers() takes a void pointer for the data parameter we
can remove those casts to u8*.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

No differences found