Title: [6562] trunk/arch/blackfin/mach-common/ints-priority.c: fix indentation in ipipe code
- Revision
- 6562
- Author
- vapier
- Date
- 2009-06-03 07:43:49 -0500 (Wed, 03 Jun 2009)
Log Message
fix indentation in ipipe code
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-common/ints-priority.c (6561 => 6562)
--- trunk/arch/blackfin/mach-common/ints-priority.c 2009-06-03 12:17:58 UTC (rev 6561)
+++ trunk/arch/blackfin/mach-common/ints-priority.c 2009-06-03 12:43:49 UTC (rev 6562)
@@ -1231,6 +1231,7 @@
if (likely(vec == EVT_IVTMR_P)) {
irq = IRQ_CORETMR;
+
} else {
#if defined(SIC_ISR0) || defined(SICA_ISR0)
unsigned long sic_status[3];
@@ -1262,8 +1263,7 @@
}
#endif
- irq = ivg->irqno;
-
+ irq = ivg->irqno;
}
if (irq == IRQ_SYSTMR) {
@@ -1296,7 +1296,7 @@
}
}
- return 0;
+ return 0;
}
#endif /* CONFIG_IPIPE */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits