Re: [PATCH v7 5/5] media: ov8858: add ACPI device ID INT3477
From: Andy Shevchenko
Date: Mon Aug 24 2026 - 05:09:58 EST
On Wed, Aug 19, 2026 at 04:01:07PM +0200, Thierry Chatard wrote:
> The Omnivision OV8858 appears in ACPI firmware under the HID INT3477 on
> Intel IPU3-based platforms such as the Dell Latitude 5285 2-in-1. Add
> INT3477 to the ACPI match table so the driver binds when instantiated by
> ipu_bridge.
...
> +static const struct acpi_device_id ov8858_acpi_ids[] = {
> + { "INT3477" },
Use C99 initialisers.
> + { /* sentinel */ },
No comma for the terminator line.
> +};
--
With Best Regards,
Andy Shevchenko