diff options
Diffstat (limited to 'src/superio/winbond/w83627ehg/superio.c')
-rw-r--r-- | src/superio/winbond/w83627ehg/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627ehg/superio.c b/src/superio/winbond/w83627ehg/superio.c index db1f98efc1..04dda6edc7 100644 --- a/src/superio/winbond/w83627ehg/superio.c +++ b/src/superio/winbond/w83627ehg/superio.c @@ -83,7 +83,7 @@ static void w83627ehg_init(struct device *dev) if (!dev->enabled) return; - switch(dev->path.pnp.device) { + switch (dev->path.pnp.device) { case W83627EHG_KBC: pc_keyboard_init(NO_AUX_DEVICE); break; |