Re: [PATCH v2 7/8] mfd: cros_ec_i2c: add ACPI module device table

From: Andy Shevchenko
Date: Fri Feb 23 2018 - 11:27:02 EST


On Fri, Feb 23, 2018 at 5:11 PM, Enric Balletbo i Serra
<enric.balletbo@xxxxxxxxxxxxx> wrote:
> From: Wei-Ning Huang <wnhuang@xxxxxxxxxx>
>
> Add ACPI module device table for matching cros-ec devices to load the
> cros_ec_i2c driver automatically.

> +static const struct acpi_device_id cros_ec_i2c_acpi_id[] = {
> + { "GOOG0008", 0 },
> + { },

Please, avoid commas in terminator entries.

> +};

--
With Best Regards,
Andy Shevchenko