From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D81E8C4167B for ; Thu, 28 Oct 2021 17:23:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A0A71610E5 for ; Thu, 28 Oct 2021 17:23:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A0A71610E5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZaQGlNHO0LzKl4Ipv6Jce1qfbKx4nSSyB584LDzDA0c=; b=OJCKsMkfOgaQWS fWCZIY9L2LrvdqIXE5ZRhBrgBbT44QJ/OMAgl0CtUXZzDef/TSNmVt7hqghgGkmHB+hUEzE3Tb7f9 L7NVIc0287cDIvzu5txigbPamR5Z68L0BC19FrXiMSP3GWys5XlkkP6BRXslofx5d9bdhfkkLT94b 6ali7vJVq0VpaIwGFRrT9TU+9/U8KojJwOEHkdBwaYt8cTSvhFVsVqxyBcpvEb9Y9ZMYhdvg4isX9 WR2uVH8YTVcii2bPbI0rnn2h1jjziJQEejVu1haFkK1m7CLvR1AYOw4gqW53NVQk8nqpmcIaL9/Vi ysvnL12NbCteEdjZA8tg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mg96p-008ieu-0V; Thu, 28 Oct 2021 17:22:35 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mg96l-008ieM-Oq for linux-arm-kernel@lists.infradead.org; Thu, 28 Oct 2021 17:22:32 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id DC10C60C40; Thu, 28 Oct 2021 17:22:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635441750; bh=F5w6OeGLCr6LMebPNE+Mj5H+2u11p9J1ZK4ZjFCo6XU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rqWcERGVXEUBTMqZ5bwzGxfoOQXhmM9JT/fMJfiWFGJ7kO6a+ntvNNoOFOiMkUpmb qAoxhLa1OnTbvmevdK42yUPtFVQpJU8IvYUqQmczAm2pvPwi+Frsll3CaBHYbbAnC9 63IRnu7bIPxROOSE69BoKYshHbLKELzy0Vz1icWKeQ3BtSc3AM95tUQKWLcKrk5RGi 6cAN1mMp/jx6ubKHL1fU7IWG+WuCdOhCglcdVAvHvfIA/681c2bLsxpf4vWBKpXh3U chR//QIN3W2oHYlKnqHQdXUndNjfUlWbD6k4M3hkI3ozvwAPDhLB7yITwCXDarXY3k p7k96AB4vdATw== Date: Thu, 28 Oct 2021 22:52:26 +0530 From: Vinod Koul To: Claudiu Beznea Cc: ludovic.desroches@microchip.com, tudor.ambarus@microchip.com, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, kernel test robot Subject: Re: [PATCH] dmaengine: at_xdmac: fix compilation warning Message-ID: References: <20211025074002.722504-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211025074002.722504-1-claudiu.beznea@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211028_102231_847389_8863DEE5 X-CRM114-Status: UNSURE ( 4.41 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 25-10-21, 10:40, Claudiu Beznea wrote: > Fixed "unused variable 'atmel_xdmac_dev_pm_ops'" compilation warning > when CONFIG_PM is not defined. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel