summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/rtd2132/rtd2132.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/rtd2132/rtd2132.c')
-rw-r--r--src/drivers/i2c/rtd2132/rtd2132.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/rtd2132/rtd2132.c b/src/drivers/i2c/rtd2132/rtd2132.c
index 41dd887919..82b032e941 100644
--- a/src/drivers/i2c/rtd2132/rtd2132.c
+++ b/src/drivers/i2c/rtd2132/rtd2132.c
@@ -235,6 +235,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations drivers_i2c_rtd2132_ops = {
- CHIP_NAME("Realtek RTD2132 LVDS Bridge")
+ .name = "Realtek RTD2132 LVDS Bridge",
.enable_dev = enable_dev,
};