aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f81216h/early_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f81216h/early_serial.c')
-rw-r--r--src/superio/fintek/f81216h/early_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f81216h/early_serial.c b/src/superio/fintek/f81216h/early_serial.c
index 782a9ea683..9e8e48b405 100644
--- a/src/superio/fintek/f81216h/early_serial.c
+++ b/src/superio/fintek/f81216h/early_serial.c
@@ -38,7 +38,7 @@ static void pnp_exit_conf_state(pnp_devfn_t dev)
void f81216h_enable_serial(pnp_devfn_t dev, u16 iobase, mode_key k)
{
u8 key;
- switch(k) {
+ switch (k) {
case MODE_6767:
key = 0x67;
break;