diff options
author | Arun Ramadoss <arun.ramadoss@microchip.com> | 2022-12-13 15:44:40 +0530 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-12-19 17:18:48 -0800 |
commit | 62e027fb0e5293d95e8d36655757ef4687c8795d (patch) | |
tree | b6b26709a016d183969022bb5df34ca070db460e /drivers/net/ethernet/intel/igc/igc_ethtool.c | |
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 <ceggers@arri.de>
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Link: https://lore.kernel.org/r/20221213101440.24667-1-arun.ramadoss@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_ethtool.c')
0 files changed, 0 insertions, 0 deletions