From: Ian Abbott Date: Fri, 15 Mar 2013 13:15:33 +0000 (+0000) Subject: staging: comedi: make 'dev->attached' a bool bit-field X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~588 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7401cddcdf739d3cb9598c9b3787a732fc87809;p=pandora-kernel.git staging: comedi: make 'dev->attached' a bool bit-field Change the `attached` member of `struct comedi_device` to a 1-bit bit-field of type `bool`. Change assigned values to `true` and `false` and replace or remove comparison operations with simple boolean tests. We'll put some extra bit-fields in the gap later to save space. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed