Re: [PATCH] PCI: brcmstb: Remove irq handler and data in one go

2020-11-08 Thread Florian Fainelli
On 11/8/2020 10:42 AM, Martin Kaiser wrote: > Replace the two separate calls for removing the irq handler and data with a > single irq_set_chained_handler_and_data() call. > > Signed-off-by: Martin Kaiser Acked-by: Florian Fainelli -- Florian

[PATCH] PCI: brcmstb: Remove irq handler and data in one go

2020-11-08 Thread Martin Kaiser
Replace the two separate calls for removing the irq handler and data with a single irq_set_chained_handler_and_data() call. Signed-off-by: Martin Kaiser --- drivers/pci/controller/pcie-brcmstb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pci/controller/pcie-brc