aboutsummaryrefslogtreecommitdiff
path: root/src/superio/renesas
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/renesas')
-rw-r--r--src/superio/renesas/m3885x/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/renesas/m3885x/superio.c b/src/superio/renesas/m3885x/superio.c
index fd81137982..e2082de1c6 100644
--- a/src/superio/renesas/m3885x/superio.c
+++ b/src/superio/renesas/m3885x/superio.c
@@ -54,7 +54,7 @@ static struct device_operations ops = {
};
static struct pnp_info pnp_dev_info[] = {
- { &ops, 0, 0, { 0, 0 }, }
+ { &ops, 0, 0, { 0, 0 }, }
};
static void enable_dev(struct device *dev)