diff --git a/[refs] b/[refs] index 411bbc5b5304..6e2d06dbb8f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b2ae8f87f48d40b720ec011499e99bdf5c519c82 +refs/heads/master: 99b8c83a7720da66c9054aa06f5c13c30555c17d diff --git a/trunk/drivers/hwmon/adt7475.c b/trunk/drivers/hwmon/adt7475.c index 7dab3547fee5..71e9ac4b8494 100644 --- a/trunk/drivers/hwmon/adt7475.c +++ b/trunk/drivers/hwmon/adt7475.c @@ -1232,7 +1232,7 @@ static void adt7475_remove_files(struct i2c_client *client, static int adt7475_probe(struct i2c_client *client, const struct i2c_device_id *id) { - static const char *names[] = { + static const char * const names[] = { [adt7473] = "ADT7473", [adt7475] = "ADT7475", [adt7476] = "ADT7476",