Tag: f4e4b9558bc696cc89de460e754d3fecb50b13cb

staging:iio: Constify static iio_chan_spec arrays

Author: Lars-Peter Clausen <lars@metafoo.de> The per driver iio_chan_spec arrays are usually shared between multiple device instances. So a single device instance may not modify the iio_chan_spec array since this would also affect the other device instances. To make this restriction explicit mark the per driver iio_chan_spec arrays as const. Conversion was done automatically using the …

Continue reading