diff options
author | Michael Walle <[email protected]> | 2022-09-20 16:16:19 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-09-22 06:36:32 -0700 |
commit | 2002fbac743b6e2391b4ed50ad9eb626768dd78a (patch) | |
tree | 12a2e6242586fa6841db3fe5e53e6f8cd58ff597 /tools/perf/util/trace-event-scripting.c | |
parent | e738455b2c6dcdab03e45d97de36476f93f557d2 (diff) |
net: phy: micrel: fix shared interrupt on LAN8814
Since commit ece19502834d ("net: phy: micrel: 1588 support for LAN8814
phy") the handler always returns IRQ_HANDLED, except in an error case.
Before that commit, the interrupt status register was checked and if
it was empty, IRQ_NONE was returned. Restore that behavior to play nice
with the interrupt line being shared with others.
Fixes: ece19502834d ("net: phy: micrel: 1588 support for LAN8814 phy")
Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Reviewed-by: Horatiu Vultur <[email protected]>
Reviewed-by: Divya Koppera <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions