From: H Hartley Sweeten Date: Thu, 5 Dec 2013 20:43:28 +0000 (-0700) Subject: staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq() X-Git-Tag: v3.14-rc1~150^2~539 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48108fe3daa0d142f9b97178fdb23704ea3a407b;p=pandora-kernel.git staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq() 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed