Re: [PATCH 15/16] media: qcom: camss: Add CSID 780 support
From: Bryan O'Donoghue
Date: Wed Dec 11 2024 - 16:57:44 EST
On 11/12/2024 14:07, Depeng Shao wrote:
+static int csid_configure_testgen_pattern(struct csid_device *csid, s32 val)
+{
+ return 0;
+}
Could we avoid this empty callback by checking csid->ctrl in csid.c ?
If so, please make that change.
If not, it's fine.
For either case.
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>