staging: comedi: comedi_subdevice 'io_bits' should be an unsigned int
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 18 Jun 2012 21:45:42 +0000 (14:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Jun 2012 00:17:47 +0000 (17:17 -0700)
commitd4a7dc85289306d019378bac18fd88f35dc81b51
tree0e7545c761223df6889d41af5f53eb5eff8fb832
parenta2714e3e42e746d6c8525c35fdcc58fb60c2830d
staging: comedi: comedi_subdevice 'io_bits' should be an unsigned int

The 'io_bits' variable in the comedi_subdevice struct is a bitmask of
the input/output configuration of the the subdevice. It should be an
unsigned int to correctly represent this.

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/comedidev.h