On Dec 19, 2005, at 3:00 AM, Nathael Pajani wrote: > interrupts > Message-Id: <20051219100059.5a95533f.nathael.pajani at cpe.fr> > X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.8.9; i486-pc-linux-gnu) > Mime-Version: 1.0 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > Hi! > > Hum.. in the patch you moved from "void" to "int": >> -static void cpm2_cascade(int irq, void *dev_id, struct pt_regs >> *regs) >> +static int cpm2_cascade(int irq, void *dev_id, struct pt_regs *regs) > > But should'nt it be "irqreturn_t" ? > static irqreturn_t cpm2_cascade(int irq, void *dev_id, struct > pt_regs *regs)
Yep, should be. I'll fixup the patch and resend. - kumar