提交 cef7e125 编写于 作者: J Julia Lawall 提交者: Jonathan Cameron

iio: adc: xilinx: constify iio_buffer_setup_ops structure

The iio_buffer_setup_ops structures are never modified, so declare this one
as const, like the others.

Done with the help of Coccinelle.
Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr>
Acked-by: NLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 52555a5d
...@@ -803,7 +803,7 @@ static int xadc_preenable(struct iio_dev *indio_dev) ...@@ -803,7 +803,7 @@ static int xadc_preenable(struct iio_dev *indio_dev)
return ret; return ret;
} }
static struct iio_buffer_setup_ops xadc_buffer_ops = { static const struct iio_buffer_setup_ops xadc_buffer_ops = {
.preenable = &xadc_preenable, .preenable = &xadc_preenable,
.postenable = &iio_triggered_buffer_postenable, .postenable = &iio_triggered_buffer_postenable,
.predisable = &iio_triggered_buffer_predisable, .predisable = &iio_triggered_buffer_predisable,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册