Fix gcc-4.1 warnings (uninitialized variable). The variable is question
authorIan Abbott <abbotti@mev.co.uk>
Wed, 21 Jun 2006 16:07:01 +0000 (16:07 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Wed, 21 Jun 2006 16:07:01 +0000 (16:07 +0000)
commit79ea955ed2776fd61de224fda15b03d3a80e263c
treeb4185a2d56b84553b831f5d3f1d9e4e7ca74b567
parentb29345bc5c4fe0ad9399de2f74af7f739da43f8b
Fix gcc-4.1 warnings (uninitialized variable).  The variable is question
has been removed, as it is only used on an unreachable path.  Also, don't
bother calling pcmcia_release_window() as there is no matching call to
pcmcia_request_window().
comedi/drivers/cb_das16_cs.c
comedi/drivers/das08_cs.c