]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'dsa-mv88e6xxx-ATU-VTU-irq-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Jan 2018 20:57:03 +0000 (15:57 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jan 2018 20:57:03 +0000 (15:57 -0500)
commit85831e56a1d0c75a1560e61acbb8591e9f11c6b7
tree714c3c25647f916423b042953c2d59e96dc78de1
parent7677fd01ccae5a05e403234feff05b3f4b13f4cf
parentae14cafc933b977f368ea7510d3b50b9ad5e1fc6
Merge branch 'dsa-mv88e6xxx-ATU-VTU-irq-fixes'

Andrew Lunn says:

====================
ATU and VTU irq fixes

Further testing and code review found two sets of bugs.

Core review found a cut/paste error in the irq setup code.

A board which does not have an interrupt line from the switch to the
SoC, and experiancing an EPROBE_DEFER throw a splat when the ATU irq
was freed but never registered.

v2: Fix typ0 chip->chip->vtu_prob_irq to chip->vtu_prob_irq
    0-day compile testing.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>