summaryrefslogtreecommitdiffstats
path: root/drivers/iio/health/max30100.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2017-02-11 13:34:17 +0100
committerJonathan Cameron <jic23@kernel.org>2017-02-19 11:59:36 +0000
commit5d548b733eb4b5cfb03e1acbcbfafca97455132c (patch)
tree2b961b86b836fb4765bba93abc8984c3c0507c23 /drivers/iio/health/max30100.c
parent83535359c4302cb0f928eb931b7b1bc0a21a66c5 (diff)
downloadop-kernel-dev-5d548b733eb4b5cfb03e1acbcbfafca97455132c.zip
op-kernel-dev-5d548b733eb4b5cfb03e1acbcbfafca97455132c.tar.gz
iio: max30100: 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/health/max30100.c')
-rw-r--r--drivers/iio/health/max30100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/health/max30100.c b/drivers/iio/health/max30100.c
index 9648c69..10b3e0d 100644
--- a/drivers/iio/health/max30100.c
+++ b/drivers/iio/health/max30100.c
@@ -449,6 +449,7 @@ static int max30100_probe(struct i2c_client *client,
indio_dev->available_scan_masks = max30100_scan_masks;
indio_dev->modes = (INDIO_BUFFER_SOFTWARE | INDIO_DIRECT_MODE);
indio_dev->setup_ops = &max30100_buffer_setup_ops;
+ indio_dev->dev.parent = &client->dev;
data = iio_priv(indio_dev);
data->indio_dev = indio_dev;
OpenPOWER on IntegriCloud