summaryrefslogtreecommitdiff
path: root/net/core
diff options
context:
space:
mode:
authorJiawen Wu <jiawenwu@trustnetic.com>2024-03-01 17:29:56 +0800
committerPaolo Abeni <pabeni@redhat.com>2024-03-05 11:13:04 +0100
commit0e71862a20d58b6e8d4c39de1d72c8919c4dccd1 (patch)
tree898a971cdc83c36df9e56c878c48c760dd36b04a /net/core
parentb4a2496c17ed645f8d51061047c9c249b58c74ba (diff)
net: txgbe: fix to clear interrupt status after handling IRQ
GPIO EOI is not set to clear interrupt status after handling the interrupt. It should be done in irq_chip->irq_ack, but this function is not called in handle_nested_irq(). So executing function txgbe_gpio_irq_ack() manually in txgbe_gpio_irq_handler(). Fixes: aefd013624a1 ("net: txgbe: use irq_domain for interrupt controller") Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Link: https://lore.kernel.org/r/20240301092956.18544-2-jiawenwu@trustnetic.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions