From: Lars-Peter Clausen Date: Sat, 11 Feb 2017 12:34:14 +0000 (+0100) Subject: iio: stx104: Set parent device X-Git-Tag: v4.12-rc1~84^2~771^2~26 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c5c7d1f34c333d0a14f1f80d3d46eed4f338211e;p=linux-2.6-block.git iio: stx104: 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 Acked-by: William Breathitt Gray --- diff --git a/drivers/iio/adc/stx104.c b/drivers/iio/adc/stx104.c index be2de48844bc..2df84fa5e3fc 100644 --- a/drivers/iio/adc/stx104.c +++ b/drivers/iio/adc/stx104.c @@ -318,6 +318,7 @@ static int stx104_probe(struct device *dev, unsigned int id) } indio_dev->name = dev_name(dev); + indio_dev->dev.parent = dev; priv = iio_priv(indio_dev); priv->base = base[id];