From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:37363 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751405AbdBSMCv (ORCPT ); Sun, 19 Feb 2017 07:02:51 -0500 Subject: Re: [PATCH 6/8] iio: lmp91000: Set parent device To: Matt Ranostay , Lars-Peter Clausen References: <1486816461-28618-1-git-send-email-lars@metafoo.de> <1486816461-28618-7-git-send-email-lars@metafoo.de> Cc: Hartmut Knaack , Peter Meerwald-Stadler , William Breathitt Gray , linux-iio@vger.kernel.org From: Jonathan Cameron Message-ID: <5eb59665-ace7-cc29-8de6-466c83061c56@kernel.org> Date: Sun, 19 Feb 2017 12:02:49 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 14/02/17 15:39, Matt Ranostay wrote: > On Sat, Feb 11, 2017 at 4:34 AM, Lars-Peter Clausen wrote: >> 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 > > Reviewed-by: Matt Ranostay Applied. > >> --- >> drivers/iio/potentiostat/lmp91000.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/iio/potentiostat/lmp91000.c b/drivers/iio/potentiostat/lmp91000.c >> index e227143..afa8de3 100644 >> --- a/drivers/iio/potentiostat/lmp91000.c >> +++ b/drivers/iio/potentiostat/lmp91000.c >> @@ -325,6 +325,7 @@ static int lmp91000_probe(struct i2c_client *client, >> indio_dev->channels = lmp91000_channels; >> indio_dev->num_channels = ARRAY_SIZE(lmp91000_channels); >> indio_dev->name = LMP91000_DRV_NAME; >> + indio_dev->dev.parent = &client->dev; >> indio_dev->modes = INDIO_DIRECT_MODE; >> i2c_set_clientdata(client, indio_dev); >> >> -- >> 2.1.4 >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >