]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi das08_cs.c: Fix io_req_t conversion
authorAndreas Bombe <aeb@debian.org>
Sat, 14 Aug 2010 01:24:22 +0000 (03:24 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 4 Sep 2010 00:37:15 +0000 (17:37 -0700)
commit8c041f08f6c41955a94c0bc89d1ad2578d3626f7
tree0bd5ee558f5fba26d1287e65214b13bac1eb86cb
parent1c21252b9c270ef1f1476c20e2cf30de5d156db4
staging: comedi das08_cs.c: Fix io_req_t conversion

Commit 664ffd0f6 converted all PCMCIA users away from io_req_t. In
das08_cs.c the converted IO lines mask setting was added but the old
line using the now inexistent p_dev->io was not removed.

Signed-off-by: Andreas Bombe <aeb@debian.org>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/das08_cs.c