From: H Hartley Sweeten Date: Wed, 6 Feb 2013 01:16:53 +0000 (-0700) Subject: staging: comedi: ni_mio_cs: use pcmcia_request_irq() X-Git-Tag: v3.9-rc1~127^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e9ee616a89f152f42c7051c5f9f5f0d7663652;p=pandora-kernel.git staging: comedi: ni_mio_cs: use pcmcia_request_irq() Use pcmcia_request_irq() instead of request_irq() to request the shared irq for the PCMCIA device. This allows the PCMCIA core to clean up the registration in pcmcia_disable_device(). Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed