diff options
Diffstat (limited to 'src/superio/smsc/lpc47b272/superio.c')
-rw-r--r-- | src/superio/smsc/lpc47b272/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47b272/superio.c b/src/superio/smsc/lpc47b272/superio.c index c3d4f9a929..be9e8b434b 100644 --- a/src/superio/smsc/lpc47b272/superio.c +++ b/src/superio/smsc/lpc47b272/superio.c @@ -47,7 +47,7 @@ static void dump_pnp_device(device_t dev); struct chip_operations superio_smsc_lpc47b272_ops = { - CHIP_NAME("smsc lpc47b272") + CHIP_NAME("SMSC LPC47B272 Super I/O") .enable_dev = enable_dev }; |