From: Ian Abbott Date: Mon, 1 Sep 2014 11:03:45 +0000 (+0100) Subject: staging: comedi: amplc_pci230: shrink struct pci230_board X-Git-Tag: fixes-for-v3.18-merge-window~15^2~821 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33af02c7b259a60dca2cd1ca11a4568dcc000113;p=pandora-kernel.git staging: comedi: amplc_pci230: shrink struct pci230_board The `ai_bits`, `ao_bits`, and `min_hwver` members of `struct pci230_board` are only set to small, non-negative values, so make them `unsigned char`. The `have_dio` member is used as a boolean so change it to a bitfield of type `bool`. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed