Re: [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to2.6.35

From: Greg KH
Date: Wed Aug 11 2010 - 00:40:16 EST


On Wed, Aug 11, 2010 at 01:34:33PM +0900, Masayuki Ohtake wrote:
> Hi Qi-san
>
> I have found Macro 'TRUE' and 'FALSE' are used as setting value in the driver; still,
> can't I use TRUE/FALSE macro ?
> If not, How should we implement ?

Use the 'bool' type, and 'true' and/or 'false' keywords instead. That
is the proper C idiom.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/