aboutsummaryrefslogtreecommitdiff
path: root/src/superio/via/vt1211/vt1211.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/via/vt1211/vt1211.c')
-rw-r--r--src/superio/via/vt1211/vt1211.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/via/vt1211/vt1211.c b/src/superio/via/vt1211/vt1211.c
index 412b35490d..49e11ce039 100644
--- a/src/superio/via/vt1211/vt1211.c
+++ b/src/superio/via/vt1211/vt1211.c
@@ -217,6 +217,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_via_vt1211_ops = {
- CHIP_NAME("VIA vt1211")
+ CHIP_NAME("VIA VT1211 Super I/O")
.enable_dev = enable_dev,
};