diff options
Diffstat (limited to 'src/superio/smsc/lpc47n217/superio.c')
-rw-r--r-- | src/superio/smsc/lpc47n217/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47n217/superio.c b/src/superio/smsc/lpc47n217/superio.c index 419b3babeb..e7a5b5c0c9 100644 --- a/src/superio/smsc/lpc47n217/superio.c +++ b/src/superio/smsc/lpc47n217/superio.c @@ -53,7 +53,7 @@ static void pnp_exit_conf_state(device_t dev); struct chip_operations superio_smsc_lpc47n217_ops = { - CHIP_NAME("smsc lpc47n217") + CHIP_NAME("SMSC LPC47N217 Super I/O") .enable_dev = enable_dev, }; |