]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce1555c0bbfa735edbcdc8a7ec7d0d90a7a7be51
treea21f011365d49c2ecc621384aea1ad6e16a0f126
parent82ea99f99ca9a39d55951c027570d872520b406c
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