diff options
author | Arun Ramadoss <[email protected]> | 2022-12-13 15:44:40 +0530 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-12-19 17:18:48 -0800 |
commit | 62e027fb0e5293d95e8d36655757ef4687c8795d (patch) | |
tree | b6b26709a016d183969022bb5df34ca070db460e /scripts/patch-kernel | |
parent | 2856a62762c8409e360d4fd452194c8e57ba1058 (diff) |
net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irq
KSZ swithes used interrupts for detecting the phy link up and down.
During registering the interrupt handler, it used IRQF_TRIGGER_FALLING
flag. But this flag has to be retrieved from device tree instead of hard
coding in the driver, so removing the flag.
Fixes: ff319a644829 ("net: dsa: microchip: move interrupt handling logic from lan937x to ksz_common")
Reported-by: Christian Eggers <[email protected]>
Signed-off-by: Arun Ramadoss <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions