]> asedeno.scripts.mit.edu Git - linux.git/commit
irqchip/renesas-irqc: Remove error messages on out-of-memory conditions
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 May 2019 12:04:09 +0000 (14:04 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 29 May 2019 09:42:26 +0000 (10:42 +0100)
commit5adb6cd1cd1f5537b62d7b09c19c2fd4fe9abbb2
treea46e1cc3bf644d61d2a08cd6cd5a94e23a68c2ac
parentce5adf5bbbc89cfa11239b27f8d17eec0bfbb1c1
irqchip/renesas-irqc: Remove error messages on out-of-memory conditions

There is no need to print error messages if kzalloc() or
ioremap_nocache() fail, as the memory allocation core already takes care
of that.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-renesas-irqc.c