Amit Barzilai <[email protected]> writes: > ssd130x_spi_id[] is initialized with positional initializers, which > easily create easy-to-miss bugs when changing the members of the target > struct (struct spi_device_id in this example). > > Change this to C99 initializers to guarantee each member is initialized > with the correct value. > > Signed-off-by: Amit Barzilai <[email protected]> > Reviewed-by: Andy Shevchenko <[email protected]> > ---
Reviewed-by: Javier Martinez Canillas <[email protected]> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat
