aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/sch4037/sch4037_early_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/sch4037/sch4037_early_init.c')
-rw-r--r--src/superio/smsc/sch4037/sch4037_early_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/sch4037/sch4037_early_init.c b/src/superio/smsc/sch4037/sch4037_early_init.c
index eea9dce5b2..0ebd2071eb 100644
--- a/src/superio/smsc/sch4037/sch4037_early_init.c
+++ b/src/superio/smsc/sch4037/sch4037_early_init.c
@@ -41,7 +41,7 @@ void sch4037_early_init(unsigned port)
/* Auto power management */
pnp_write_config(dev, 0x22, 0x38); /* BIT3+BIT4+BIT5 */
- pnp_write_config(dev, 0x23, 0 );
+ pnp_write_config(dev, 0x23, 0);
/* Enable SMSC UART 0 */
dev = PNP_DEV(port, SMSCSUPERIO_SP1);