git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd5da0
)
staging: comedi: amplc_pci230: make `intr_running` a bitfield
author
Ian Abbott
<abbotti@mev.co.uk>
Mon, 1 Sep 2014 11:03:52 +0000
(12:03 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 2 Sep 2014 18:21:32 +0000
(11:21 -0700)
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>
No differences found