[PATCH 1/7] irqchip: Fix potential resource leaks
Krzysztof Kozlowski
krzk at kernel.org
Wed Jun 24 05:15:20 EDT 2020
On Tue, 23 Jun 2020 at 10:51, Tiezhu Yang <yangtiezhu at loongson.cn> wrote:
>
> There exists some potential resource leaks in the error path, fix them.
This should be split per driver and per bug (although mostly in driver
it's just one bug). Otherwise it is difficult to review, backport and
revert.
Best regards,
Krzysztof
> Signed-off-by: Tiezhu Yang <yangtiezhu at loongson.cn>
> ---
> drivers/irqchip/irq-ath79-misc.c | 3 +++
> drivers/irqchip/irq-csky-apb-intc.c | 3 +++
> drivers/irqchip/irq-csky-mpintc.c | 26 ++++++++++++++++++++------
> drivers/irqchip/irq-davinci-aintc.c | 17 +++++++++++++----
> drivers/irqchip/irq-davinci-cp-intc.c | 17 ++++++++++++++---
> drivers/irqchip/irq-digicolor.c | 4 ++++
> drivers/irqchip/irq-dw-apb-ictl.c | 11 ++++++++---
> drivers/irqchip/irq-loongson-htvec.c | 5 ++++-
> drivers/irqchip/irq-ls1x.c | 4 +++-
> drivers/irqchip/irq-mscc-ocelot.c | 6 ++++--
> drivers/irqchip/irq-nvic.c | 2 ++
> drivers/irqchip/irq-omap-intc.c | 4 +++-
> drivers/irqchip/irq-riscv-intc.c | 1 +
> drivers/irqchip/irq-s3c24xx.c | 20 +++++++++++++++-----
> drivers/irqchip/irq-xilinx-intc.c | 1 +
> 15 files changed, 98 insertions(+), 26 deletions(-)
More information about the linux-riscv
mailing list