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>