Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321525
b: refs/heads/master
c: 59ee93a
h: refs/heads/master
i:
  321523: 7a267d3
v: v3
  • Loading branch information
Arnd Bergmann committed Aug 9, 2012
1 parent 7cfa14c commit 569dbd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 798bd59ce94c8218332996e650ded48ded039fe1
refs/heads/master: 59ee93a528b94ef4e81a08db252b0326feff171f
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/ezx-pcap.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static void pcap_isr_work(struct work_struct *work)
}
local_irq_enable();
ezx_pcap_write(pcap, PCAP_REG_MSR, pcap->msr);
} while (gpio_get_value(irq_to_gpio(pcap->spi->irq)));
} while (gpio_get_value(pdata->gpio));
}

static void pcap_irq_handler(unsigned int irq, struct irq_desc *desc)
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/mfd/ezx-pcap.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ struct pcap_subdev {
struct pcap_platform_data {
unsigned int irq_base;
unsigned int config;
int gpio;
void (*init) (void *); /* board specific init */
int num_subdevs;
struct pcap_subdev *subdevs;
Expand Down

0 comments on commit 569dbd2

Please sign in to comment.