staging: comedi: cb_das16_cs: use comedi_pcmcia_disable() for (*detach)
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 4 Feb 2013 21:21:09 +0000 (14:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 22:47:19 +0000 (14:47 -0800)
commit7fadd565f0f84ec4402ad33546d7eec7a98220ea
treeaf92cb58c21a765fbccfa817adbdccc8722f3672
parentbcd22e8ecee9f48f8668418cef5d523f219f7d1a
staging: comedi: cb_das16_cs: use comedi_pcmcia_disable() for (*detach)

The (*detach) function, das16cs_detach() is a simple wrapper around
comedi_pcmcia_disable(). Just use comedi_pcmcia_disable() directly
for the (*detach).

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>
drivers/staging/comedi/drivers/cb_das16_cs.c