aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47b397/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/lpc47b397/superio.c')
-rw-r--r--src/superio/smsc/lpc47b397/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47b397/superio.c b/src/superio/smsc/lpc47b397/superio.c
index ab9da13e93..6400b03c37 100644
--- a/src/superio/smsc/lpc47b397/superio.c
+++ b/src/superio/smsc/lpc47b397/superio.c
@@ -211,7 +211,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_smsc_lpc47b397_ops = {
- CHIP_NAME("smsc lpc47b397")
+ CHIP_NAME("SMSC LPC47B397 Super I/O")
.enable_dev = enable_dev,
};