Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226047
b: refs/heads/master
c: 3bde75b
h: refs/heads/master
i:
  226045: 7ed2dcf
  226043: d98396b
  226039: 74c052f
  226031: c147933
  226015: e52f4e4
  225983: aeb6c5d
  225919: 03043f6
  225791: 1cb66b2
v: v3
  • Loading branch information
Uwe Kleine-König committed Nov 17, 2010
1 parent ed4bffb commit b0d970b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9bb39b3f600101b09cbb35e0a0deb9d56c4fe67f
refs/heads/master: 3bde75b5370bd69fd7f07a8e254bef05b1b5b219
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-mxc/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static void mxc_gpio_irq_handler(struct mxc_gpio_port *port, u32 irq_stat)
static void mx3_gpio_irq_handler(u32 irq, struct irq_desc *desc)
{
u32 irq_stat;
struct mxc_gpio_port *port = (struct mxc_gpio_port *)get_irq_data(irq);
struct mxc_gpio_port *port = get_irq_data(irq);

irq_stat = __raw_readl(port->base + GPIO_ISR) &
__raw_readl(port->base + GPIO_IMR);
Expand All @@ -188,7 +188,7 @@ static void mx2_gpio_irq_handler(u32 irq, struct irq_desc *desc)
{
int i;
u32 irq_msk, irq_stat;
struct mxc_gpio_port *port = (struct mxc_gpio_port *)get_irq_data(irq);
struct mxc_gpio_port *port = get_irq_data(irq);

/* walk through all interrupt status registers */
for (i = 0; i < gpio_table_size; i++) {
Expand Down

0 comments on commit b0d970b

Please sign in to comment.