Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256700
b: refs/heads/master
c: bdba15d
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman committed Jun 16, 2011
1 parent 101e611 commit 75dbea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df3c851716424fda0c7b14c4cae71cea467a9944
refs/heads/master: bdba15db4d81940776ab96ea9f558b7388b0f7fe
6 changes: 0 additions & 6 deletions trunk/drivers/gpio/gpio-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,12 +657,6 @@ static void _clear_gpio_irqbank(struct gpio_bank *bank, int gpio_mask)
void __iomem *reg = bank->base;

switch (bank->method) {
#ifdef CONFIG_ARCH_OMAP1
case METHOD_MPUIO:
/* MPUIO irqstatus is reset by reading the status register,
* so do nothing here */
return;
#endif
#ifdef CONFIG_ARCH_OMAP15XX
case METHOD_GPIO_1510:
reg += OMAP1510_GPIO_INT_STATUS;
Expand Down

0 comments on commit 75dbea5

Please sign in to comment.