Re: [PATCH v2 5/5] iio: adc: bcm_iproc_adc: use devm_iio_device_register()
From: Jonathan Cameron
Date: Sun Aug 30 2026 - 16:19:12 EST
> Use `devm_iio_device_register()` to automatically unregister the IIO
> device when the device is detached.
>
> This removes the manual `iio_device_unregister()` call and makes the
> `iproc_adc_remove()` callback unnecessary.
Why is the quoting here useful but not in the previous patch?
I'd rather no ` unless there is some ambiguitiy wrt to free form
text vs references to specific types etc. That doesn't happen for
function names as () is clear enough.
If nothing else comes up, I'll probably just tidy this up whilst applying.
Letting this series sit on list until it gets a few more eyes on it.
Thanks,
J
--
Jonathan Cameron <jonathan.cameron@xxxxxxxxxxxxxxxx>