diff options
Diffstat (limited to 'arch/arm/mach-prima2/irq.c')
-rw-r--r-- | arch/arm/mach-prima2/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/irq.c b/arch/arm/mach-prima2/irq.c index a7b9415d30f8..7dee9176e77a 100644 --- a/arch/arm/mach-prima2/irq.c +++ b/arch/arm/mach-prima2/irq.c | |||
@@ -63,7 +63,7 @@ void __init sirfsoc_of_irq_init(void) | |||
63 | 63 | ||
64 | np = of_find_matching_node(NULL, intc_ids); | 64 | np = of_find_matching_node(NULL, intc_ids); |
65 | if (!np) | 65 | if (!np) |
66 | panic("unable to find compatible intc node in dtb\n"); | 66 | return; |
67 | 67 | ||
68 | sirfsoc_intc_base = of_iomap(np, 0); | 68 | sirfsoc_intc_base = of_iomap(np, 0); |
69 | if (!sirfsoc_intc_base) | 69 | if (!sirfsoc_intc_base) |