Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c98acc58 authored by Jim Cromie's avatar Jim Cromie Committed by Adrian Bunk
Browse files

ite_gpio fix tabbage


caught some leading spaces in passing.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent f30c2269
Branches
Tags
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment