aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8235/vt8235.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/vt8235/vt8235.c')
-rw-r--r--src/southbridge/via/vt8235/vt8235.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8235/vt8235.c b/src/southbridge/via/vt8235/vt8235.c
index e6287ece9c..2d732142d9 100644
--- a/src/southbridge/via/vt8235/vt8235.c
+++ b/src/southbridge/via/vt8235/vt8235.c
@@ -92,6 +92,6 @@ static void vt8235_enable(struct device *dev)
}
struct chip_operations southbridge_via_vt8235_ops = {
- CHIP_NAME("VIA vt8235")
+ CHIP_NAME("VIA VT8235 Southbridge")
.enable_dev = vt8235_enable,
};