Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1835872ybn; Thu, 26 Sep 2019 02:59:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqxi5J345OS2ZbIjep/kavoLH6WZlfCjV/koZX68IRRcqAEXUO2jboiR1kjA3sFKYFLAR+GS X-Received: by 2002:a50:9f42:: with SMTP id b60mr2619264edf.192.1569491979196; Thu, 26 Sep 2019 02:59:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569491979; cv=none; d=google.com; s=arc-20160816; b=IeRPtXhzVwPzYUwBhSoffwqf5cTUN0cbQ+6aNmnpnPlfKXad4KmA9zjzeCgLgrMb0t ss6Un4VRn83B5B3xzXtA8Kw5Cy21J6HTRehORGivvKVYpV1mcIpthZIYBRc8wtS5u3gF p5O4bnwpZMCJ3Sa3Q5HG0+OH2YCzhSKb80TZVZDYJrKdQiTjqpbIuCma9jfs/YonaUrR YTJAL5pli0WjmckOxfwVQpe8wC1XRoCzOrFPu0Z4Ft8naze3Q6kRaVCfe+aEIv0uGFBx KZFaPozL9otC1WA+pdc4G8qTwdphveeasMZlmwj6GvcvXxswL6JAdDM8q1JaNu4gFcFY guvA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=WUf0j+EVnUZlokH8cZ3dR+DLPEM2AX15GdZ7vUOE+tQ=; b=AUhQLm83Iy+5nrov+ki+siWXUlDGfV0H4nXyTVwFh4qxmZWe+ZDBYDAy+dqkcRPB/c 6MFtZgzz6F6vkvGCPo4VD4noKkcF9f6/SsvKhQFTm1fmmz5KfGS04ykwbxvt8apshPVw HFyRWjlO5NNIFsqh/X8Y7YQc3lXxQEKq0QVDfInQbvBQ2yyk/hOqnJIuFFVDjeFz1W6s z7vqII5w8h1UqYYzl/NvTLGWvA0FHuK6mdO6NvUZPy0pdWl1YRIt8adDp5+G73txvVIO Nzwpmy0uqIZG1//1K766bUCL10Nwc2UhvbUFAx+2E03YLCWI9pb5vq9z2ozBHdcQ3w7r RbVg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="jfeUw/Ws"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t14si724783ejx.372.2019.09.26.02.59.16; Thu, 26 Sep 2019 02:59:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="jfeUw/Ws"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731960AbfIYUW1 (ORCPT + 99 others); Wed, 25 Sep 2019 16:22:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:42480 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727102AbfIYUW0 (ORCPT ); Wed, 25 Sep 2019 16:22:26 -0400 Received: from localhost (unknown [12.206.46.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0323221D7A; Wed, 25 Sep 2019 20:22:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569442946; bh=FeWdANdyaCOkftp2qJmI4f+6S0li6x65GitPCqwsNBY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jfeUw/WsvDm+BMsG27ObR5RZMSSduonTDjxMfHph/YRMtzfJTTohGixtshD3r5I15 iDPw8kS11ruB0nku9cocJjspIabC2AC0EnW7rrd+1fQPgrLdLb7xJWzFI/G4rb1/Vf PGK7gCK0o/YnRcdxl4U7iIlng+WCjaRkkPBDdO4I= Date: Wed, 25 Sep 2019 13:21:25 -0700 From: Vinod Koul To: Masahiro Yamada Cc: dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, Dan Williams , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dmaengine: uniphier-mdmac: use devm_platform_ioremap_resource() Message-ID: <20190925202125.GI3824@vkoul-mobl> References: <20190905034133.29514-1-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190905034133.29514-1-yamada.masahiro@socionext.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05-09-19, 12:41, Masahiro Yamada wrote: > Replace the chain of platform_get_resource() and devm_ioremap_resource() > with devm_platform_ioremap_resource(). > > This allows to remove the local variable for (struct resource *), and > have one function call less. Applied, thanks -- ~Vinod