aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nsc/pc97317/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nsc/pc97317/superio.c')
-rw-r--r--src/superio/nsc/pc97317/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/nsc/pc97317/superio.c b/src/superio/nsc/pc97317/superio.c
index 59a1214f7b..052e122a79 100644
--- a/src/superio/nsc/pc97317/superio.c
+++ b/src/superio/nsc/pc97317/superio.c
@@ -85,6 +85,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_nsc_pc97317_ops = {
- CHIP_NAME("NSC 97317")
+ CHIP_NAME("NSC PC97317 Super I/O")
.enable_dev = enable_dev,
};