[PATCH 2/2] iio: light: veml3328: remove extra blank line
Joshua Crofts <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Remove an extra blank line in the iio_chan_spec[] assignment. No functional change. Signed-off-by: Joshua Crofts <[email protected]> --- drivers/iio/light/veml3328.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/iio/light/veml3328.c b/drivers/iio/light/veml3328.c index a65748466116..7884c8250590 100644 --- a/drivers/iio/light/veml3328.c +++ b/drivers/iio/light/veml3328.c @@ -70,7 +70,6 @@ static const struct regmap_config veml3328_regmap_config = { static const struct iio_chan_spec veml3328_channels[] = { { .type = IIO_LIGHT, - .info_mask_separate = BIT(IIO_CHAN_INFO_RAW), .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE), .info_mask_shared_by_type_available = BIT(IIO_CHAN_INFO_SCALE), -- 2.55.0