diff options
Diffstat (limited to 'src/superio/winbond/w83667hg-a')
-rw-r--r-- | src/superio/winbond/w83667hg-a/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83667hg-a/superio.c b/src/superio/winbond/w83667hg-a/superio.c index ceb783dee0..09859cf2c7 100644 --- a/src/superio/winbond/w83667hg-a/superio.c +++ b/src/superio/winbond/w83667hg-a/superio.c @@ -44,7 +44,7 @@ static void w83667hg_a_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 W83667HG_A_KBC: /* Enable mouse controller */ |