]> 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)
commit97717337744a397b13e614d51b59c1f12ea0ff12
tree714c3c25647f916423b042953c2d59e96dc78de1
parentf9d56cdb9c1d98bc0836f29df3126c2ecb188008
parent2d107e94645e510c5dbd32af9f7072fa54cbacb5
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>