nuke trailing whitespaces
[openwrt/staging/florian.git] / target / linux / atheros / files / arch / mips / atheros / ar5315 / irq.c
index 621c7fc0b84d0caab37b50dd2a7517bb6fe3c5e4..ed784ba88a34a790bd6539083e5f8f629155a101 100644 (file)
@@ -89,7 +89,7 @@ static void ar5315_gpio_intr_enable(unsigned int irq)
 
        /* reconfigure GPIO line as input */
        sysRegMask(AR5315_GPIO_CR, AR5315_GPIO_CR_M(gpio), AR5315_GPIO_CR_I(gpio));
-       
+
        /* Enable interrupt with edge detection */
        sysRegMask(AR5315_GPIO_INT, AR5315_GPIO_INT_M | AR5315_GPIO_INT_LVL_M, gpio | AR5315_GPIO_INT_LVL(3));
 }
@@ -203,7 +203,7 @@ ar5315_misc_intr_disable(unsigned int irq)
           case AR531X_MISC_IRQ_SPI:
                 imr &= ~AR5315_ISR_SPI;
                 break;
-                
+
           case AR531X_MISC_IRQ_TIMER:
             imr &= (~AR5315_ISR_TIMER);
             break;