mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
iio: common: scmi_sensors: Drop duplicate setting of iio_dev.dev.parent
This is already set to the same value in devm_iio_device_alloc() Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Cc: Jyoti Bhayana <jbhayana@google.com> Reviewed-by: Alexandru Ardelean <ardeleanalex@gmail.com> Link: https://lore.kernel.org/r/20210426170251.351957-9-jic23@kernel.org
This commit is contained in:
@@ -525,7 +525,6 @@ scmi_alloc_iiodev(struct scmi_device *sdev,
|
||||
return ERR_PTR(-ENOMEM);
|
||||
|
||||
iiodev->modes = INDIO_DIRECT_MODE;
|
||||
iiodev->dev.parent = dev;
|
||||
sensor = iio_priv(iiodev);
|
||||
sensor->sensor_ops = ops;
|
||||
sensor->ph = ph;
|
||||
|
||||
Reference in New Issue
Block a user