diff --git a/drivers/misc/eeprom/at24.c b/drivers/misc/eeprom/at24.c index 2d8f36c6c3d40bb679a71f047d25429b9de31fb9..001d784995d89e711157461e616efec40dc359ea 100644 --- a/drivers/misc/eeprom/at24.c +++ b/drivers/misc/eeprom/at24.c @@ -518,7 +518,7 @@ static int at24_probe(struct i2c_client *client, const struct i2c_device_id *id) struct regmap_config regmap_config = { }; struct nvmem_config nvmem_config = { }; const struct at24_chip_data *cd = NULL; - struct at24_platform_data chip = { 0 }; + struct at24_platform_data chip = { }; unsigned int i, num_addresses; struct at24_data *at24; bool writable;