projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64aef7
)
staging:iio:adc:spear_adc drop initialization of unused scan_type
author
Jonathan Cameron
<jic23@kernel.org>
Sun, 4 May 2014 16:45:00 +0000
(17:45 +0100)
committer
Jonathan Cameron
<jic23@kernel.org>
Mon, 7 Apr 2014 17:54:49 +0000
(18:54 +0100)
As the driver does not support the buffered interfaces of IIO this is
not used.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Acked-by: Stefan Roese <sr@denx.de>
drivers/staging/iio/adc/spear_adc.c
patch
|
blob
|
history
diff --git
a/drivers/staging/iio/adc/spear_adc.c
b/drivers/staging/iio/adc/spear_adc.c
index 49293f9e609f634de572e3734c037e37a5d40e94..c4e928b283f8851a178911e5b9d032193c611227 100644
(file)
--- a/
drivers/staging/iio/adc/spear_adc.c
+++ b/
drivers/staging/iio/adc/spear_adc.c
@@
-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[] = {