commit | 84532c91206bc6748991fb1ae3ba8a1894d339fa | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Mar 07 11:27:37 2007 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Thu Mar 08 04:09:33 2007 +1100 |
tree | f0c4f6a8bb573eff746c32a86a8112c398712601 | |
parent | 8388374f1cd45ef67039d3ea128d250fac484df3 [diff] |
[POWERPC] Fix warning in prom_parse.c of_irq_map_oldworld() 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>