OSDN Git Service

staging: comedi: s626: remove TRUE and FALSE macros
authorIan Abbott <abbotti@mev.co.uk>
Tue, 8 Oct 2013 18:06:35 +0000 (19:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:34:21 +0000 (15:34 -0700)
commitc3e3a56d40c451271b1be4d6d3ec3b62af879228
treea21f011365d49c2ecc621384aea1ad6e16a0f126
parent3f1f219ce1f814976a3e435b4e6fa963252d7581
staging: comedi: s626: remove TRUE and FALSE macros

"s626.h" defines the macros `TRUE` and `FALSE` if they are not already
defined, yielding the expected numeric values.  Remove the macros and
replace their usage with the values `true` and `false`, respectively.

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>
drivers/staging/comedi/drivers/s626.c
drivers/staging/comedi/drivers/s626.h