Re: [PATCH v3 3/3] iio: adc: bcm_iproc_adc: Convert probe error handling to dev_err_probe()

[email protected] Sun, 2 Aug 2026 16:05:20 +0530
Newsgroups org.kernel.vger.linux-iio,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
From: Mohammad Shahid <[email protected]>

Hi Jonathan,

Thanks for the detailed review and suggestions.

I'll address the formatting comments in patch 3 and also reduce the
unnecessary churn in patch 2 as you suggested.

Regarding the suggestion to convert the probe cleanup to
devm_add_action_or_reset(), my intention was to keep this series focused
on the dev_err_probe() conversion and submit the devm-managed cleanup as
a separate follow-up series, since it is a larger refactoring.

Would that approach be acceptable, or would you prefer that the cleanup
be included in this series?

Thanks,
Shahid