diff options
Diffstat (limited to 'src/superio/intel/i3100/superio.c')
-rw-r--r-- | src/superio/intel/i3100/superio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/intel/i3100/superio.c b/src/superio/intel/i3100/superio.c index bb7dc7ef92..1055b7af72 100644 --- a/src/superio/intel/i3100/superio.c +++ b/src/superio/intel/i3100/superio.c @@ -53,8 +53,8 @@ static struct device_operations ops = { }; static struct pnp_info pnp_dev_info[] = { - { &ops, I3100_SP1, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, }, - { &ops, I3100_SP2, PNP_IO0 | PNP_IRQ0, {0x07f8, 0}, }, + { &ops, I3100_SP1, PNP_IO0 | PNP_IRQ0, 0x07f8, }, + { &ops, I3100_SP2, PNP_IO0 | PNP_IRQ0, 0x07f8, }, }; static void enable_dev(struct device *dev) |