]> git.baikalelectronics.ru Git - kernel.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)
commit09bbd11d9dae6b2e1671e788f8d7981661ba723f
treece0ab2b5db63d6383db90352ebf62950e6fb056e
parent9eb24fe50880858f66072e76c53a957f2071ff19
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