[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070910025430.GA11963@linux-sh.org>
Date: Mon, 10 Sep 2007 11:54:30 +0900
From: Paul Mundt <lethal@...ux-sh.org>
To: Adrian McMenamin <lkmladrian@...il.com>
Cc: linux-kernel@...r.kernel.org,
"Antonino A. Daplas" <adaplas@...il.com>,
linuxsh-dev@...ts.sourceforge.net
Subject: Re: [PATCH - RESUBMiT] Minor patch to pvr2 driver required for maple bus support on SEGA Dreamcast
On Wed, Sep 05, 2007 at 12:27:20AM +0100, Adrian McMenamin wrote:
> diff --git a/drivers/video/pvr2fb.c b/drivers/video/pvr2fb.c
> index 7d6c298..13de07f 100644
> --- a/drivers/video/pvr2fb.c
> +++ b/drivers/video/pvr2fb.c
> @@ -890,7 +890,7 @@ static int __init pvr2fb_dc_init(void)
> pvr2_fix.mmio_start = 0xa05f8000; /* registers start here */
> pvr2_fix.mmio_len = 0x2000;
>
> - if (request_irq(HW_EVENT_VSYNC, pvr2fb_interrupt, 0,
> + if (request_irq(HW_EVENT_VSYNC, pvr2fb_interrupt, IRQF_SHARED,
> "pvr2 VBL handler", fb_info)) {
> return -EBUSY;
> }
>
I'll apply it, thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists