]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/mips-boards/malta/malta_int.c
[MIPS] Malta: fix braces at single statement blocks
[linux-2.6-omap-h63xx.git] / arch / mips / mips-boards / malta / malta_int.c
index 92e6e2d7b7f34c5d9efca83d1693d179f82e6a6f..dbe60eb55e2962c4e40d5ae7f8322514c63c21f7 100644 (file)
@@ -114,7 +114,8 @@ static void malta_hw0_irqdispatch(void)
 
        irq = get_int();
        if (irq < 0) {
-               return;  /* interrupt has already been cleared */
+               /* interrupt has already been cleared */
+               return;
        }
 
        do_IRQ(MALTA_INT_BASE + irq);