summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/hid/hid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/hid/hid.c')
-rw-r--r--src/drivers/i2c/hid/hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/hid/hid.c b/src/drivers/i2c/hid/hid.c
index 8705c1e34a..fb3a439a53 100644
--- a/src/drivers/i2c/hid/hid.c
+++ b/src/drivers/i2c/hid/hid.c
@@ -90,6 +90,6 @@ static void i2c_hid_enable(struct device *dev)
}
struct chip_operations drivers_i2c_hid_ops = {
- CHIP_NAME("I2C HID Device")
+ .name = "I2C HID Device",
.enable_dev = i2c_hid_enable
};