From: Jonathan Cameron Date: Mon, 26 Apr 2021 17:02:49 +0000 (+0100) Subject: iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parent X-Git-Tag: iomap-folio-5.17-old~1085^2~180^2~115 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=932bf4710ee19841e660492da581558482034c55;p=users%2Fwilly%2Flinux.git iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parent Already set to same value in devm_iio_device_alloc() Signed-off-by: Jonathan Cameron Cc: Eugene Zaikonnikov Reviewed-by: Alexandru Ardelean Link: https://lore.kernel.org/r/20210426170251.351957-7-jic23@kernel.org --- diff --git a/drivers/iio/humidity/hdc2010.c b/drivers/iio/humidity/hdc2010.c index 83f5b9f60780..1381df46187c 100644 --- a/drivers/iio/humidity/hdc2010.c +++ b/drivers/iio/humidity/hdc2010.c @@ -272,7 +272,6 @@ static int hdc2010_probe(struct i2c_client *client, data->client = client; mutex_init(&data->lock); - indio_dev->dev.parent = &client->dev; /* * As DEVICE ID register does not differentiate between * HDC2010 and HDC2080, we have the name hardcoded