aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71859/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71859/superio.c')
-rw-r--r--src/superio/fintek/f71859/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71859/superio.c b/src/superio/fintek/f71859/superio.c
index e710a45fc5..6de68df501 100644
--- a/src/superio/fintek/f71859/superio.c
+++ b/src/superio/fintek/f71859/superio.c
@@ -42,7 +42,7 @@ static struct device_operations ops = {
static struct pnp_info pnp_dev_info[] = {
/* TODO: Some of the 0x07f8 etc. values may not be correct. */
- { &ops, F71859_SP1, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, },
+ { &ops, F71859_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8, },
};
static void enable_dev(struct device *dev)