Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da848ec3 authored by Ralf Baechle's avatar Ralf Baechle Committed by Jeff Garzik
Browse files

[PATCH] declance: Convert to irqreturn_t.



Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>

 drivers/net/declance.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 302a5c4b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -697,12 +697,13 @@ out:
	spin_unlock(&lp->lock);
}

static void lance_dma_merr_int(const int irq, void *dev_id,
static irqreturn_t lance_dma_merr_int(const int irq, void *dev_id,
				      struct pt_regs *regs)
{
	struct net_device *dev = (struct net_device *) dev_id;

	printk("%s: DMA error\n", dev->name);
	return IRQ_HANDLED;
}

static irqreturn_t