From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754425AbcDYKmQ (ORCPT ); Mon, 25 Apr 2016 06:42:16 -0400 Received: from mail-lb0-f194.google.com ([209.85.217.194]:34560 "EHLO mail-lb0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752299AbcDYKmO (ORCPT ); Mon, 25 Apr 2016 06:42:14 -0400 Date: Mon, 25 Apr 2016 12:42:13 +0200 From: Johan Hovold To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , linux-usb@vger.kernel.org, Johan Hovold Subject: Re: [PATCH] USB: serial: Use IS_ENABLED() instead of checking for FOO || FOO_MODULE Message-ID: <20160425104213.GN18866@localhost> References: <1461176818-32265-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461176818-32265-1-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Now applied, thanks. Johan