dect
/
linux-2.6
Archived
13
0
Fork 0

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

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

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Mariusz Kozlowski 2007-01-02 12:50:20 +01:00 committed by Paul Mackerras
parent 6690faeb35
commit af337c096c
1 changed files with 1 additions and 1 deletions

View File

@ -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,