staging: comedi: das08_cs: refactor the pcmcia probe/remove
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 2 Jul 2012 22:47:47 +0000 (15:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:51:19 +0000 (15:51 -0700)
commitae6eba84efd2ccc214ed50e8b35bbc54cb50121b
tree14cff50dfea13e1e61a64b31149e90da12544f94
parent6d4ef6d6360193c6acd0d41a88ddd7034af286f3
staging: comedi: das08_cs: refactor the pcmcia probe/remove

Move the pcmcia_disable_device() call where needed in the pcmcia
probe/remove and delete the das08_pcmcia_release() function.

Move the logic of the das08_pcmcia_config() directly into the
probe function and properly return an error code when the config
fails.

Only set cur_dev, used by the comedi_driver, if the pcmcia probe
is successful. Also, make sure to NULL it in the remove.

Remove all the kernel messages in the pcmcia support code. They
are just added noise.

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/das08_cs.c