[POWERPC] Fix warning in prom_parse.c of_irq_map_oldworld()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 7 Mar 2007 10:27:37 +0000 (11:27 +0100)
committerPaul Mackerras <paulus@samba.org>
Wed, 7 Mar 2007 17:09:33 +0000 (04:09 +1100)
This function spews a warning due to possible use of an uninitialized
variable. This can happen on broken device-trees or when called with
a NULL argument. Makes ure we properly fail instead.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found