Commit 20dd20f6 authored by Karol Wrona's avatar Karol Wrona Committed by Jonathan Cameron
Browse files

iio: core: Get rid of misleading comment



This comment did not fit here.  It explains why devm_kmalloc
uses dr_alloc.  Generally is not needed at all.

Signed-off-by: default avatarKarol Wrona <k.wrona@samsung.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 780103fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1043,7 +1043,6 @@ struct iio_dev *devm_iio_device_alloc(struct device *dev, int sizeof_priv)
	if (!ptr)
		return NULL;

	/* use raw alloc_dr for kmalloc caller tracing */
	iio_dev = iio_device_alloc(sizeof_priv);
	if (iio_dev) {
		*ptr = iio_dev;