Re: [PATCH 27/51] staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq()

2013-12-04 Thread Ian Abbott
On 2013-12-03 19:07, H Hartley Sweeten wrote: The dev-irq passed to request_irq() will always be 0 when the auto_attach function is called. The pcidev-irq should be used instead to get the correct irq number. It looks like this bug was introduced in the 3.7 kernel. I'll check it for

[PATCH 27/51] staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq()

2013-12-03 Thread H Hartley Sweeten
The dev-irq passed to request_irq() will always be 0 when the auto_attach function is called. The pcidev-irq should be used instead to get the correct irq number. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ian Abbott abbo...@mev.co.uk Cc: Greg Kroah-Hartman