Skip to content

Commit

Permalink
staging:iio: chan_spec - take extend_name constant.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Apr 13, 2012
1 parent ef97d42 commit 344692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/iio/iio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 344692b

Please sign in to comment.