diff options
Diffstat (limited to 'src/superio/fintek/f71872/superio.c')
-rw-r--r-- | src/superio/fintek/f71872/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71872/superio.c b/src/superio/fintek/f71872/superio.c index 47ecf3d290..8634451ca2 100644 --- a/src/superio/fintek/f71872/superio.c +++ b/src/superio/fintek/f71872/superio.c @@ -28,7 +28,7 @@ static void f71872_init(struct device *dev) if (!dev->enabled) return; - switch(dev->path.pnp.device) { + switch (dev->path.pnp.device) { /* TODO: Might potentially need code for HWM or FDC etc. */ case F71872_KBC: pc_keyboard_init(NO_AUX_DEVICE); |