commit | 169431ed16a3d275c403c85a26fc788187e6d09e | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Feb 24 22:21:23 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 24 22:21:23 2019 -0800 |
tree | aee18de53cd077094d7451ce8788320198460b6b | |
parent | 3d25eabbbf6717bc0465754a66d6ebe51d5faa54 [diff] | |
parent | 342a0ee70acbee97fdeb91349420f8744eb291fb [diff] |
Merge branch 'dsa-mv88e6xxx-lockdep' Andrew Lunn says: ==================== mv88e6xxx: Avoid false positive Lockdep splats When acquiring the GPIO interrupt line for the switch, it is possible to trigger lockdep splats. These are false positives, the mutex is in a different IRQ descriptor. But fix it anyway, since it could mask real locking issues. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>