summaryrefslogtreecommitdiff
path: root/src/superio/nsc/pc97317/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nsc/pc97317/superio.c')
-rw-r--r--src/superio/nsc/pc97317/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/nsc/pc97317/superio.c b/src/superio/nsc/pc97317/superio.c
index 3e664d1f1f..9b2cbac6b6 100644
--- a/src/superio/nsc/pc97317/superio.c
+++ b/src/superio/nsc/pc97317/superio.c
@@ -26,7 +26,7 @@ static void init(struct device *dev)
if (!dev->enabled)
return;
- switch(dev->path.pnp.device) {
+ switch (dev->path.pnp.device) {
case PC97317_KBCK:
pnp_set_logical_device(dev);
pnp_set_enable(dev, 0); /* Disable keyboard */