mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
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: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ef97d42173
commit
344692b1ed
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user