iio: core: Simplify iio_format_list()
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 14 Nov 2020 12:00:00 +0000 (13:00 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 3 Dec 2020 19:32:44 +0000 (19:32 +0000)
commite08b60d352dbc3c32d64bdaedbb481fcdc14ff6c
tree9913703ede1f1bff85ca4c6d2580695cd7b0d645
parenteda20ba1e25e6d8e7fa0c62d1bd685aa5de8e8ff
iio: core: Simplify iio_format_list()

iio_format_list() has two branches in a switch statement that are almost
identical. They only differ in the stride that is used to iterate through
the item list.

Consolidate this into a common code path to simplify the code.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Link: https://lore.kernel.org/r/20201114120000.6533-2-lars@metafoo.de
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/industrialio-core.c