From 06093f2d85b1055cc1d9791754c343b4af0fa2f4 Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Tue, 3 Oct 2006 23:04:37 +0200 Subject: [PATCH] --- yaml --- r: 38316 b: refs/heads/master c: c98acc5865c1217195217444cc6c6d317fddda50 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/ite_gpio.c | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 1283e5af0bf6..37209c5b6424 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb +refs/heads/master: c98acc5865c1217195217444cc6c6d317fddda50 diff --git a/trunk/drivers/char/ite_gpio.c b/trunk/drivers/char/ite_gpio.c index cde562d70c4f..ef14b6d1bc74 100644 --- a/trunk/drivers/char/ite_gpio.c +++ b/trunk/drivers/char/ite_gpio.c @@ -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;