From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751965AbcENH4V (ORCPT ); Sat, 14 May 2016 03:56:21 -0400 Received: from mga03.intel.com ([134.134.136.65]:36453 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbcENH4U (ORCPT ); Sat, 14 May 2016 03:56:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,617,1455004800"; d="scan'208";a="966385935" Date: Sat, 14 May 2016 13:32:32 +0530 From: Vinod Koul To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Dan Williams , dmaengine@vger.kernel.org Subject: Re: [PATCH] dmaengine: core: Use IS_ENABLED() instead of checking for built-in or module Message-ID: <20160514080231.GB23734@localhost> References: <1462988367-32767-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: <1462988367-32767-1-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2016 at 01:39:27PM -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. Applied, thanks -- ~Vinod