Commit cb25d770 authored by Jonathan Cameron's avatar Jonathan Cameron
Browse files

iio: accel: bmi088: Drop manual assignment of iio_dev.dev.parent



The core already set this to the same value in devm_iio_device_alloc()

Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Mike Looijmans <mike.looijmans@topic.nl>
Reviewed-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
Link: https://lore.kernel.org/r/20210426170251.351957-2-jic23@kernel.org
parent 9374e8f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -496,7 +496,6 @@ int bmi088_accel_core_probe(struct device *dev, struct regmap *regmap,
	if (ret)
		return ret;

	indio_dev->dev.parent = dev;
	indio_dev->channels = data->chip_info->channels;
	indio_dev->num_channels = data->chip_info->num_channels;
	indio_dev->name = name ? name : data->chip_info->name;