diff options
Diffstat (limited to 'drivers/iio/adc/viperboard_adc.c')
| -rw-r--r-- | drivers/iio/adc/viperboard_adc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/viperboard_adc.c b/drivers/iio/adc/viperboard_adc.c index ad0261533dee..56ac481c73c0 100644 --- a/drivers/iio/adc/viperboard_adc.c +++ b/drivers/iio/adc/viperboard_adc.c | |||
| @@ -41,7 +41,7 @@ struct vprbrd_adc { | |||
| 41 | .type = IIO_VOLTAGE, \ | 41 | .type = IIO_VOLTAGE, \ |
| 42 | .indexed = 1, \ | 42 | .indexed = 1, \ |
| 43 | .channel = _index, \ | 43 | .channel = _index, \ |
| 44 | .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT, \ | 44 | .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), \ |
| 45 | .scan_index = _index, \ | 45 | .scan_index = _index, \ |
| 46 | .scan_type = { \ | 46 | .scan_type = { \ |
| 47 | .sign = 'u', \ | 47 | .sign = 'u', \ |
