[PATCH 1/5] ARM: pxa: remove redundant macro on GPIO
From: Michał Mirosław <hidden>
Date: 2011-09-29 18:44:15
From: Michał Mirosław <hidden>
Date: 2011-09-29 18:44:15
2011/9/29 Haojian Zhuang [off-list ref]: [...]
? ? ? ?if (type & IRQ_TYPE_EDGE_RISING) - ? ? ? ? ? ? ? GRER0 |= GPIO_bit(gpio); + ? ? ? ? ? ? ? GRER(gpio) |= GPIO_bit(gpio);
[...] This looks wrong. There are more occurrences like this. Can you explain if this is correct? Best Regards, Micha? Miros?aw