From: Ian Abbott Date: Mon, 1 Sep 2014 11:03:52 +0000 (+0100) Subject: staging: comedi: amplc_pci230: make `intr_running` a bitfield X-Git-Tag: fixes-for-v3.18-merge-window~15^2~814 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abea4ff48541348be06f6cd01d4db8badbbc2065;p=pandora-kernel.git 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 Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed