aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/position
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2021-04-26 18:02:50 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-05-17 13:49:12 +0100
commit63027b34189a6f4a788c536be6495e93d75fb4c3 (patch)
treee1c0fe2bdf155ff2091c7c45994e351d1f943a55 /drivers/iio/position
parentiio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parent (diff)
downloadlinux-dev-63027b34189a6f4a788c536be6495e93d75fb4c3.tar.xz
linux-dev-63027b34189a6f4a788c536be6495e93d75fb4c3.zip
iio: position: hid-sensor-custom-intel-hinge: Drop duplicate parent setting.
iio_dev.dev.parent is already set to the same value in devm_iio_device_alloc() Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Cc: Ye Xiang <xiang.ye@intel.com> Reviewed-by: Alexandru Ardelean <ardeleanalex@gmail.com> Link: https://lore.kernel.org/r/20210426170251.351957-8-jic23@kernel.org
Diffstat (limited to 'drivers/iio/position')
-rw-r--r--drivers/iio/position/hid-sensor-custom-intel-hinge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/position/hid-sensor-custom-intel-hinge.c b/drivers/iio/position/hid-sensor-custom-intel-hinge.c
index fd77e7ee87f3..738b5f4626ce 100644
--- a/drivers/iio/position/hid-sensor-custom-intel-hinge.c
+++ b/drivers/iio/position/hid-sensor-custom-intel-hinge.c
@@ -303,7 +303,6 @@ static int hid_hinge_probe(struct platform_device *pdev)
return ret;
}
- indio_dev->dev.parent = &pdev->dev;
indio_dev->info = &hinge_info;
indio_dev->name = "hinge";
indio_dev->modes = INDIO_DIRECT_MODE;