Re: [PATCH v3 1/4] media: qcom: camss: Add PM clock support and integrate with runtime PM
From: Bryan O'Donoghue
Date: Thu Jul 30 2026 - 06:04:13 EST
On 30/07/2026 10:24, Loic Poulain wrote:
+ ret = devm_pm_clk_create(dev);
+ if (ret)
+ return ret;
!PM_CLK this is an -EINVAL I think.
---
bod