提交 c98acc58 编写于 作者: J Jim Cromie 提交者: Adrian Bunk

ite_gpio fix tabbage

caught some leading spaces in passing.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
上级 f30c2269
...@@ -384,13 +384,13 @@ int __init ite_gpio_init(void) ...@@ -384,13 +384,13 @@ int __init ite_gpio_init(void)
} }
/* initialize registers */ /* initialize registers */
ITE_GPACR = 0xffff; ITE_GPACR = 0xffff;
ITE_GPBCR = 0xffff; ITE_GPBCR = 0xffff;
ITE_GPCCR = 0xffff; ITE_GPCCR = 0xffff;
ITE_GPAICR = 0x00ff; ITE_GPAICR = 0x00ff;
ITE_GPBICR = 0x00ff; ITE_GPBICR = 0x00ff;
ITE_GPCICR = 0x00ff; ITE_GPCICR = 0x00ff;
ITE_GCR = 0; ITE_GCR = 0;
for (i = 0; i < MAX_GPIO_LINE; i++) { for (i = 0; i < MAX_GPIO_LINE; i++) {
ite_gpio_irq_pending[i]=0; ite_gpio_irq_pending[i]=0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册