aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/ite_gpio.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/char/ite_gpio.c b/drivers/char/ite_gpio.c
index cde562d70c4f..ef14b6d1bc74 100644
--- a/drivers/char/ite_gpio.c
+++ b/drivers/char/ite_gpio.c
@@ -384,13 +384,13 @@ int __init ite_gpio_init(void)
384 } 384 }
385 385
386 /* initialize registers */ 386 /* initialize registers */
387 ITE_GPACR = 0xffff; 387 ITE_GPACR = 0xffff;
388 ITE_GPBCR = 0xffff; 388 ITE_GPBCR = 0xffff;
389 ITE_GPCCR = 0xffff; 389 ITE_GPCCR = 0xffff;
390 ITE_GPAICR = 0x00ff; 390 ITE_GPAICR = 0x00ff;
391 ITE_GPBICR = 0x00ff; 391 ITE_GPBICR = 0x00ff;
392 ITE_GPCICR = 0x00ff; 392 ITE_GPCICR = 0x00ff;
393 ITE_GCR = 0; 393 ITE_GCR = 0;
394 394
395 for (i = 0; i < MAX_GPIO_LINE; i++) { 395 for (i = 0; i < MAX_GPIO_LINE; i++) {
396 ite_gpio_irq_pending[i]=0; 396 ite_gpio_irq_pending[i]=0;