提交 344692b1 编写于 作者: J Jonathan Cameron 提交者: Greg Kroah-Hartman

staging:iio: chan_spec - take extend_name constant.

I can't envision a case where this is not constant and we
don't seem to have any in tree, so lets clear up this loose
end.
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ef97d421
......@@ -164,7 +164,7 @@ struct iio_chan_spec {
long info_mask;
long event_mask;
const struct iio_chan_spec_ext_info *ext_info;
char *extend_name;
const char *extend_name;
const char *datasheet_name;
unsigned processed_val:1;
unsigned modified:1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册