]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mv88e6xxx-error-patch-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Dec 2017 18:53:05 +0000 (13:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Dec 2017 18:53:05 +0000 (13:53 -0500)
commit043078dc1658b803e155485439b115de2d32a0f1
tree542764a7424158766550b4f7915f70aa955b8964
parent55c7b1cfde7591033a3b6f580e7d002d3ca9b515
parent289e1ce4bebf4517ab64a1b337833c9582a292a6
Merge branch 'mv88e6xxx-error-patch-fixes'

Andrew Lunn says:

====================
mv88e6xxx error patch fixes

While trying to bring up a new PHY on a board, i exercised the error
paths a bit, and discovered some bugs. The unwind for interrupt
handling deadlocks, and the MDIO code hits a BUG() when a registered
MDIO device is freed without first being unregistered.
====================

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