diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/spider-pic.c')
-rw-r--r-- | arch/powerpc/platforms/cell/spider-pic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/spider-pic.c b/arch/powerpc/platforms/cell/spider-pic.c index 54ee5743cb72..d06dcac66fcb 100644 --- a/arch/powerpc/platforms/cell/spider-pic.c +++ b/arch/powerpc/platforms/cell/spider-pic.c | |||
@@ -217,7 +217,7 @@ static void spider_irq_cascade(struct irq_desc *desc) | |||
217 | chip->irq_eoi(&desc->irq_data); | 217 | chip->irq_eoi(&desc->irq_data); |
218 | } | 218 | } |
219 | 219 | ||
220 | /* For hooking up the cascace we have a problem. Our device-tree is | 220 | /* For hooking up the cascade we have a problem. Our device-tree is |
221 | * crap and we don't know on which BE iic interrupt we are hooked on at | 221 | * crap and we don't know on which BE iic interrupt we are hooked on at |
222 | * least not the "standard" way. We can reconstitute it based on two | 222 | * least not the "standard" way. We can reconstitute it based on two |
223 | * informations though: which BE node we are connected to and whether | 223 | * informations though: which BE node we are connected to and whether |