Re: [PATCH v3 09/15] media: qcom: camss: Improve error printout on icc_get fail
From: Bryan O'Donoghue
Date: Sat Aug 26 2023 - 08:02:51 EST
On 26/08/2023 11:05, Konrad Dybcio wrote:
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
IDK, I will check