diff options
author | Jonathan Cameron <jic23@kernel.org> | 2013-02-27 14:08:08 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-03-17 15:49:30 -0400 |
commit | b34ec6f34797a91eb87a016ecdff1a52a566b711 (patch) | |
tree | f6b1b988b69c534bf178f42bc871d169d184482d /drivers/iio/amplifiers | |
parent | 9123972218112b6739686f4a1e7ba94af9a1879d (diff) |
iio:amplifiers:ad8366 move to info_mask_(shared_by_type/separate)
The original info_mask is going away in favour of the broken out versions.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Diffstat (limited to 'drivers/iio/amplifiers')
-rw-r--r-- | drivers/iio/amplifiers/ad8366.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/amplifiers/ad8366.c b/drivers/iio/amplifiers/ad8366.c index d6c0af23a2a7..d354554b51b3 100644 --- a/drivers/iio/amplifiers/ad8366.c +++ b/drivers/iio/amplifiers/ad8366.c | |||
@@ -125,7 +125,7 @@ static const struct iio_info ad8366_info = { | |||
125 | .output = 1, \ | 125 | .output = 1, \ |
126 | .indexed = 1, \ | 126 | .indexed = 1, \ |
127 | .channel = _channel, \ | 127 | .channel = _channel, \ |
128 | .info_mask = IIO_CHAN_INFO_HARDWAREGAIN_SEPARATE_BIT,\ | 128 | .info_mask_separate = BIT(IIO_CHAN_INFO_HARDWAREGAIN),\ |
129 | } | 129 | } |
130 | 130 | ||
131 | static const struct iio_chan_spec ad8366_channels[] = { | 131 | static const struct iio_chan_spec ad8366_channels[] = { |