Re: [PATCH] kernel: shut up the IRQ mismatch messages (Re: wbsd: IRQ handler type mismatch)

2007-02-06 Thread Alan
> > Signed-off-by: Alan Cox <[EMAIL PROTECTED]> > > > > --- linux.vanilla-2.6.20-rc6-mm3/kernel/irq/manage.c2007-01-31 > > 14:20:43.0 + > > +++ linux-2.6.20-rc6-mm3/kernel/irq/manage.c2007-02-06 > > 11:01:00.796928504 + > > @@ -372,12 +372,14 @@ > > return 0;

Re: [PATCH] kernel: shut up the IRQ mismatch messages (Re: wbsd: IRQ handler type mismatch)

2007-02-06 Thread Andrew Morton
On Tue, 6 Feb 2007 11:30:23 + Alan <[EMAIL PROTECTED]> wrote: > On Mon, 05 Feb 2007 21:16:59 -0600 > Robert Hancock <[EMAIL PROTECTED]> wrote: > > > I'm seeing this on bootup on my laptop with recent kernels (currently > > 2.6.20-rc6-mm3): > > The problem is various drivers legally validly

[PATCH] kernel: shut up the IRQ mismatch messages (Re: wbsd: IRQ handler type mismatch)

2007-02-06 Thread Alan
On Mon, 05 Feb 2007 21:16:59 -0600 Robert Hancock <[EMAIL PROTECTED]> wrote: > I'm seeing this on bootup on my laptop with recent kernels (currently > 2.6.20-rc6-mm3): The problem is various drivers legally validly and sensibly try to claim IRQs but the kernel insists on vomiting forth a giant i

Re: wbsd: IRQ handler type mismatch

2007-02-05 Thread Pierre Ossman
Robert Hancock wrote: > > It looks like wbsd is being loaded first, which being a nice PnP device > sees that IRQ 6 is available and grabs it. Then the we try to load the > floppy module (which is hard-coded to use IRQ 6) which fails because > wbsd already owns IRQ6 (which is fine, there's no flop

wbsd: IRQ handler type mismatch

2007-02-05 Thread Robert Hancock
I'm seeing this on bootup on my laptop with recent kernels (currently 2.6.20-rc6-mm3): Floppy drive(s): fd0 is 1.44M IRQ handler type mismatch for IRQ 6 current handler: wbsd [] setup_irq+0x194/0x1ac [] floppy_hardint+0x0/0xc0 [floppy] [] request_irq+0x7c/0x98 [] init_module+0x546/0xe15 [flo