OSDN Git Service

irqchip/renesas-intc-irqpin: Remove devm_kzalloc() error printing
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 29 Apr 2019 15:15:14 +0000 (17:15 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Apr 2019 15:29:59 +0000 (16:29 +0100)
commit89626d4bad8199367e2085fd2408b4d63df79f43
tree40542abb4cf2e92a9e12ad802821832a83bf7198
parent66373bf67141e7d57c123adfc4162a696411fd23
irqchip/renesas-intc-irqpin: Remove devm_kzalloc() error printing

There is no need to print a message if devm_kzalloc() fails, as the
memory allocation core already takes care of that.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-renesas-intc-irqpin.c