]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: comedi: adv_pci1723: fix initial dio subdevice state and io_bits
authorH Hartley Sweeten <hartleys@visionengravers.com>
Sat, 18 Aug 2012 01:17:38 +0000 (18:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 18:20:33 +0000 (11:20 -0700)
commit11d853f955eca03218fe71f6911d02163013fa4d
treeb5386844f4c5467e710f42abc2576b8d9fcf5c29
parent25e443373c171b77a1404d21396c38f12f255e16
staging: comedi: adv_pci1723: fix initial dio subdevice state and io_bits

The initial state and io_bits for the dio subdevice is determined in
the pci1723_attach() but it's being saved in the wrong subdevice. Move
the code so it gets saved correctly.

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