Messages in this thread Patch in this message |  | | Date | Mon, 12 May 2003 11:54:45 +0200 | From | Geert Uytterhoeven <> | Subject | [PATCH] M68k IRQ API updates [20/20] |
| |
M68k fbdev drivers: Update to the new irq API (from Roman Zippel and me) [20/20]
--- linux-2.5.69/drivers/video/console/fbcon.c Mon May 5 10:32:14 2003 +++ linux-m68k-2.5.69/drivers/video/console/fbcon.c Tue May 6 13:50:50 2003 @@ -187,6 +187,7 @@ static irqreturn_t fb_vbl_detect(int irq, void *dummy, struct pt_regs *fp) { vbl_detected++; + return IRQ_HANDLED; } #endif Gr{oetje,eeting}s, Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |