aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8231/vt8231.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/vt8231/vt8231.c')
-rw-r--r--src/southbridge/via/vt8231/vt8231.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8231/vt8231.c b/src/southbridge/via/vt8231/vt8231.c
index 514d0c0626..71874cba57 100644
--- a/src/southbridge/via/vt8231/vt8231.c
+++ b/src/southbridge/via/vt8231/vt8231.c
@@ -68,6 +68,6 @@ static void vt8231_enable(struct device *dev)
}
struct chip_operations southbridge_via_vt8231_ops = {
- CHIP_NAME("VIA vt8231")
+ CHIP_NAME("VIA VT8231 Southbridge")
.enable_dev = vt8231_enable,
};