On 20/02/2025 22:31, Bryan O'Donoghue wrote:
It seems to me anyway we should try to push as much of this into core logic to be reused as possible.
But there's no valid use-case for doing ret = devm_pm_domain_attach_list(dev, NULL, &cc->pd_list); in the driver and then conditionally doing it again in really_probe(). Its an either/or. --- bod