ite_gpio fix tabbage
authorJim Cromie <jim.cromie@gmail.com>
Tue, 3 Oct 2006 21:04:37 +0000 (23:04 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 21:04:37 +0000 (23:04 +0200)
caught some leading spaces in passing.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/char/ite_gpio.c

index cde562d..ef14b6d 100644 (file)
@@ -384,13 +384,13 @@ int __init ite_gpio_init(void)
        }
 
        /* initialize registers */
-        ITE_GPACR = 0xffff;
-        ITE_GPBCR = 0xffff;
-        ITE_GPCCR = 0xffff;
-        ITE_GPAICR = 0x00ff;
-        ITE_GPBICR = 0x00ff;
-        ITE_GPCICR = 0x00ff;
-        ITE_GCR = 0;
+       ITE_GPACR = 0xffff;
+       ITE_GPBCR = 0xffff;
+       ITE_GPCCR = 0xffff;
+       ITE_GPAICR = 0x00ff;
+       ITE_GPBICR = 0x00ff;
+       ITE_GPCICR = 0x00ff;
+       ITE_GCR = 0;
        
        for (i = 0; i < MAX_GPIO_LINE; i++) {
                ite_gpio_irq_pending[i]=0;