Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af337c09 authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Paul Mackerras
Browse files

[POWERPC] arch/powerpc/sysdev/ipic.c of_node_get cleanup



No need for ?: because of_node_get() can handle NULL argument.

Signed-off-by: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 6690faeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -569,7 +569,7 @@ void __init ipic_init(struct device_node *node,
		return;

	memset(ipic, 0, sizeof(struct ipic));
	ipic->of_node = node ? of_node_get(node) : NULL;
	ipic->of_node = of_node_get(node);

	ipic->irqhost = irq_alloc_host(IRQ_HOST_MAP_LINEAR,
				       NR_IPIC_INTS,