Messages in this thread |  | | Date | Mon, 10 Mar 2008 16:17:53 -0600 | From | Paul Fulghum <> | Subject | Re: [PATCH] synclink drivers bool conversion |
| |
Joe Perches wrote: > > Signed-off-by: Joe Perches <joe@perches.com> > > include/linux/synclink.h | 4 - > drivers/char/pcmcia/synclink_cs.c | 125 +++++++++--------- > drivers/char/synclink.c | 258 ++++++++++++++++++------------------- > drivers/char/synclink_gt.c | 102 ++++++++-------- > drivers/char/synclinkmp.c | 157 +++++++++++----------- > 5 files changed, 319 insertions(+), 327 deletions(-)
Acked-by: Paul Fulghum <paulkf@microgate.com>
Andrew, Here is Joe's original patch description:
Remove more TRUE/FALSE defines and uses Remove == TRUE tests Convert BOOLEAN to bool Convert int to bool where appropriate
|  |