]> asedeno.scripts.mit.edu Git - linux.git/commit
net: dsa: mv88e6xxx: Add missing g1 IRQ numbers
authorAndrew Lunn <andrew@lunn.ch>
Sat, 17 Mar 2018 19:32:03 +0000 (20:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Mar 2018 20:52:58 +0000 (16:52 -0400)
commitadfccf118211520ebe22f9f46e73834211ea492d
treece0ab2b5db63d6383db90352ebf62950e6fb056e
parentef44d78d8937146269ec3f0de966817a6d630d5e
net: dsa: mv88e6xxx: Add missing g1 IRQ numbers

With the recent change to polling for interrupts, it is important that
the number of global 1 interrupts is listed. Without it, the driver
requests an interrupt domain for zero interrupts, which returns
EINVAL, and the probe fails.

Add two missing entries.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mv88e6xxx/chip.c