commit | 82e9ee616a89f152f42c7051c5f9f5f0d7663652 | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Tue Feb 05 18:16:53 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 05 18:16:19 2013 -0800 |
tree | 03c198648e6dcfa0c9f91464579e03c059de23c6 | |
parent | 5cd8e852629fc7f1bdaacbdd32fe4139b9944f8b [diff] |
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 <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>