Commit 6e9f0111 authored by Andrew Morton's avatar Andrew Morton Committed by Christoph Hellwig

[PATCH] irqs: i2c

IRQ API udpate in i2c-elektor.c
parent fbf7eda6
......@@ -132,9 +132,10 @@ static void pcf_isa_waitforpin(void) {
}
static void pcf_isa_handler(int this_irq, void *dev_id, struct pt_regs *regs) {
static irqreturn_t pcf_isa_handler(int this_irq, void *dev_id, struct pt_regs *regs) {
pcf_pending = 1;
wake_up_interruptible(&pcf_wait);
return IRQ_HANDLED;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment