summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/ptn3460/ptn3460.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/ptn3460/ptn3460.c')
-rw-r--r--src/drivers/i2c/ptn3460/ptn3460.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/ptn3460/ptn3460.c b/src/drivers/i2c/ptn3460/ptn3460.c
index 7dee2222a0..93acb1834e 100644
--- a/src/drivers/i2c/ptn3460/ptn3460.c
+++ b/src/drivers/i2c/ptn3460/ptn3460.c
@@ -148,7 +148,7 @@ static void ptn3460_enable(struct device *dev)
}
struct chip_operations drivers_i2c_ptn3460_ops = {
- CHIP_NAME("PTN3460")
+ .name = "PTN3460",
.enable_dev = ptn3460_enable
};