iio: dac: ltc2632: drop some duplicated data
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 30 Jan 2020 13:15:48 +0000 (14:15 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 14 Feb 2020 15:06:23 +0000 (15:06 +0000)
commitf243d0f0bd16c281ba5cce19eae86b433257fc2a
treea4f514da47994888b1b512115aa83c98e4791850
parentb7dec2cb19f3114c9e34431bb52ebe88db9b6363
iio: dac: ltc2632: drop some duplicated data

The channel data for ltc2632l12 and ltc2632h12 are identical. So there
is no gain in using two different (but identical) channel descriptions.
The only side effect of this change is some memory savings.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/ltc2632.c