]> git.baikalelectronics.ru Git - kernel.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)
commit84622f368c80f4d6dbd7aae4ffcba3be0ac4212b
tree714c3c25647f916423b042953c2d59e96dc78de1
parentce6a792c9864581f8f28c4b553c3b0c16f7889ab
parentcc3de785abf0b69e86792cfa7afca73f0ae2323e
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>