summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/lm96000/lm96000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/lm96000/lm96000.c')
-rw-r--r--src/drivers/i2c/lm96000/lm96000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/lm96000/lm96000.c b/src/drivers/i2c/lm96000/lm96000.c
index a2b7a21a2e14..f17d8c095546 100644
--- a/src/drivers/i2c/lm96000/lm96000.c
+++ b/src/drivers/i2c/lm96000/lm96000.c
@@ -215,6 +215,6 @@ static void lm96000_enable(struct device *const dev)
}
struct chip_operations drivers_i2c_lm96000_ops = {
- CHIP_NAME("LM96000")
+ .name = "LM96000",
.enable_dev = lm96000_enable
};