From: H Hartley Sweeten Date: Mon, 4 Feb 2013 21:20:29 +0000 (-0700) Subject: staging: comedi: cb_das16_cs: use pcmcia_request_irq() X-Git-Tag: v3.9-rc1~127^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd22e8ecee9f48f8668418cef5d523f219f7d1a;p=pandora-kernel.git staging: comedi: cb_das16_cs: use pcmcia_request_irq() Use pcmcia_request_irq() instead of request_irq() to request the 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