summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/maxim_thermocouple.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2017-02-11 13:34:21 +0100
committerJonathan Cameron <jic23@kernel.org>2017-02-19 12:03:33 +0000
commit74e2419b00d870b373ada4878e3d66d8dc97f4b0 (patch)
treec324c3a2eb523319c5994b0721f1d4012eb5dc3b /drivers/iio/temperature/maxim_thermocouple.c
parentb2027d16df9194ec22eb5d315776532a7476bdb1 (diff)
downloadop-kernel-dev-74e2419b00d870b373ada4878e3d66d8dc97f4b0.zip
op-kernel-dev-74e2419b00d870b373ada4878e3d66d8dc97f4b0.tar.gz
iio: maxim_thermocouple: Set parent device
Initialize the parent of the IIO device to the device that registered it. This makes sure that the IIO device appears the right level in the device hierarchy. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/temperature/maxim_thermocouple.c')
-rw-r--r--drivers/iio/temperature/maxim_thermocouple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/temperature/maxim_thermocouple.c b/drivers/iio/temperature/maxim_thermocouple.c
index f962f31..5572142 100644
--- a/drivers/iio/temperature/maxim_thermocouple.c
+++ b/drivers/iio/temperature/maxim_thermocouple.c
@@ -231,6 +231,7 @@ static int maxim_thermocouple_probe(struct spi_device *spi)
indio_dev->available_scan_masks = chip->scan_masks;
indio_dev->num_channels = chip->num_channels;
indio_dev->modes = INDIO_DIRECT_MODE;
+ indio_dev->dev.parent = &spi->dev;
data = iio_priv(indio_dev);
data->spi = spi;
OpenPOWER on IntegriCloud