aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27/ip27-irq.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-22 06:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:22 -0500
commit7034228792cc561e79ff8600f02884bd4c80e287 (patch)
tree89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/sgi-ip27/ip27-irq.c
parent405ab01c70e18058d9c01a1256769a61fc65413e (diff)
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-irq.c')
-rw-r--r--arch/mips/sgi-ip27/ip27-irq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/sgi-ip27/ip27-irq.c b/arch/mips/sgi-ip27/ip27-irq.c
index 69a939ae65e4..2315cfeb2687 100644
--- a/arch/mips/sgi-ip27/ip27-irq.c
+++ b/arch/mips/sgi-ip27/ip27-irq.c
@@ -62,7 +62,7 @@ extern int irq_to_slot[];
62 * from the irq value 62 * from the irq value
63 */ 63 */
64#define IRQ_TO_BRIDGE(i) irq_to_bridge[(i)] 64#define IRQ_TO_BRIDGE(i) irq_to_bridge[(i)]
65#define SLOT_FROM_PCI_IRQ(i) irq_to_slot[i] 65#define SLOT_FROM_PCI_IRQ(i) irq_to_slot[i]
66 66
67static inline int alloc_level(int cpu, int irq) 67static inline int alloc_level(int cpu, int irq)
68{ 68{
@@ -281,11 +281,11 @@ static unsigned int startup_bridge_irq(struct irq_data *d)
281 device |= (pin << (pin*3)); 281 device |= (pin << (pin*3));
282 bridge->b_int_device = device; 282 bridge->b_int_device = device;
283 283
284 bridge->b_wid_tflush; 284 bridge->b_wid_tflush;
285 285
286 intr_connect_level(cpu, swlevel); 286 intr_connect_level(cpu, swlevel);
287 287
288 return 0; /* Never anything pending. */ 288 return 0; /* Never anything pending. */
289} 289}
290 290
291/* Shutdown one of the (PCI ...) IRQs routes over a bridge. */ 291/* Shutdown one of the (PCI ...) IRQs routes over a bridge. */