Re: [PATCH] USB: serial: Use IS_ENABLED() instead of checking for FOO || FOO_MODULE

From: Johan Hovold
Date: Mon Apr 25 2016 - 06:42:19 EST


On Wed, Apr 20, 2016 at 02:26:58PM -0400, Javier Martinez Canillas wrote:
> The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either
> built-in or as a module, use that macro instead of open coding the same.
>
> Signed-off-by: Javier Martinez Canillas <javier@xxxxxxxxxxxxxxx>

Now applied, thanks.

Johan