Re: [PATCH v6 2/3] clk: cs2600: Add Fractional-N clock driver

From: Uwe Kleine-König

Date: Tue Jun 30 2026 - 12:59:36 EST


On Tue, Jun 30, 2026 at 04:55:48PM +0100, Richard Fitzgerald wrote:
> +static const struct i2c_device_id cs2600_id[] = {
> + { "cs2600", },
> + {}
> +};

Please make this:
static const struct i2c_device_id cs2600_id[] = {
{ .name = "cs2600" },
{ }
};

to match the common style.

Best regards
Uwe

Attachment: signature.asc
Description: PGP signature