]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: cb_das16_cs: remove unused pcmcia 'stop' logic
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 25 Jun 2012 23:20:36 +0000 (16:20 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 22:20:20 +0000 (15:20 -0700)
commit2f50bcf0ceb9dded7e6a1ef0a7b0958537f36ee8
tree1494b1368365668f7d1f46c22ffd903a90718a5e
parent4184f61a4e929defe964b0b90109b2e2a6cc0b9f
staging: comedi: cb_das16_cs: remove unused pcmcia 'stop' logic

The pcmcia support code in this driver appears to be cut-and-
paste from some other driver. It has code in it to stop the
device during suspend but nothing in the main comedi_driver
uses it.

Remove the 'stop' variable from the pcmcia private data and
all the logic that deals with it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_das16_cs.c