Re: [PATCH v3 3/3] iio: adc: bcm_iproc_adc: Convert probe error handling to dev_err_probe()
From: mdshahid03
Date: Sun Aug 02 2026 - 06:35:55 EST
From: Mohammad Shahid <mdshahid03@xxxxxxxxx>
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