From abea4ff48541348be06f6cd01d4db8badbbc2065 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 1 Sep 2014 12:03:52 +0100 Subject: [PATCH] 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-format-patch failed