Re: [PATCH v3 09/15] media: qcom: camss: Improve error printout on icc_get fail

From: Konrad Dybcio
Date: Sat Aug 26 2023 - 06:06:28 EST


On 23.08.2023 12:44, Bryan O'Donoghue wrote:
> If icc_get() fails print the name of the failing path.
>
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
> ---
Aren't the return messages propagated from

* of_icc_get()
|_ of_icc_get_by_index()

enough here?

Perhaps we should use dev_err_probe in camss too

Konrad