Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8375a99 authored by Jonathan Cameron's avatar Jonathan Cameron
Browse files

staging:iio:adc:spear_adc drop initialization of unused scan_type



As the driver does not support the buffered interfaces of IIO this is
not used.

Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
Acked-by: default avatarStefan Roese <sr@denx.de>
parent b64aef70
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -179,10 +179,6 @@ static int spear_read_raw(struct iio_dev *indio_dev,
	.info_mask_separate = BIT(IIO_CHAN_INFO_RAW),	\
	.info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE),	\
	.channel = idx,					\
	.scan_type = {					\
		.sign = 'u',				\
		.storagebits = 16,			\
	},						\
}

static const struct iio_chan_spec spear_adc_iio_channels[] = {