staging: comedi: amplc_pci230: make `intr_running` a bitfield
authorIan Abbott <abbotti@mev.co.uk>
Mon, 1 Sep 2014 11:03:52 +0000 (12:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Sep 2014 18:21:32 +0000 (11:21 -0700)
commitabea4ff48541348be06f6cd01d4db8badbbc2065
treecc9dcf9193040f4a655977215662ef2c263216c4
parent2cd5da05b0ea4bf178fab718d42de5a386600991
staging: comedi: amplc_pci230: make `intr_running` a bitfield

Change the `intr_running` member of `struct pci230_private` into a
single-bit bitfield of type `bool` to save a bit of space.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/amplc_pci230.c