Re: [PATCH] drivers/telephony/ixj: Convert to generic boolean

2007-02-08 Thread Randy Dunlap
On Thu, 8 Feb 2007 22:39:35 +0100 (MET) Richard Knutsson wrote: > Convert: > BOOL -> bool > FALSE -> false > TRUE -> true > > Change a variable ('mContinue') to boolean from char, since it is used > as boolean. > > Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> Looks good to me. Built o

[PATCH] drivers/telephony/ixj: Convert to generic boolean

2007-02-08 Thread Richard Knutsson
Convert: BOOL -> bool FALSE -> false TRUE -> true Change a variable ('mContinue') to boolean from char, since it is used as boolean. Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- Compile-tested with "allyes", "allmod" and "allno" on i386 Get a few warning-messages, none related to thi