Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp4095679pxb; Tue, 10 Nov 2020 07:52:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJxo8Tw0b/MAKTr7UPw7GHHSpVBgQ347Iqyv7KVWAq46GC+rd+nXXZ6P5UXEUvOBRRaLVQLn X-Received: by 2002:a17:906:bcf9:: with SMTP id op25mr8782141ejb.223.1605023525660; Tue, 10 Nov 2020 07:52:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605023525; cv=none; d=google.com; s=arc-20160816; b=HzN3Q6dRVSr/VKwxQH1sOlc4ZFIGHcJqxz2s0iheQ3neBs3KzwlpVkFp1a8K4ijfGK ZuWnBU8iNZI8F74xTYnX52KHkb7aFBpnDHPQy3nH23+2g0Wgxr7IM0FGV7cZaWtXrpp2 dDRqMPnK5AYTgQE387bTaeffrSqS22Enm0DgQvNFC4fpy/x2dxYUWIVeT1bi8/SR4MGT 1pC5VMGQnLC4sh6cxSVSW5v6WMFCAZOKsHcx1Mm0IwBQ9DOr44Xgtum98zz3SyEu7fZ0 3nvlWN4JuWsTc6AHcdBZabw+KdmUMs7TPmLpNuyzM0dXXk73PhF6SHoZyHma5WdB7HMF QHXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=ik6m9e+QhICntpfd19iM6xAQfydtIf0ePi1eyog+vcI=; b=vkakhrKDu60R6oH3AwKZn45/CoPcwxMLkeDYRDIagV9kwcXAnqqEtapx2zN0mxKLis y9QyyLzpkZaazbePlnzMR0CpGVbh4ebU7aqbjPyUrYUmtpIGmyy/HfpmatwVsEMWUbcb A87zjC0BFb8x2AmZF2G5yqDZBV9BrqXrNUK+W7Bdc48yPV1QO7B3AKrN0X+l26rZpJWY 8ZlAQhRQc6vxpAT2xXGePYSthhMe5200w8yOgq7g27CZyWnAmBC1cyGyzs/kqNQOmubc kVklSHPfkQ472yMAZZB1dPVwcx9SzNkvu+/TsmRqwA64+WJN8wBD2DJcwsOR91l+oE6L HqRg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g9si9460385edp.146.2020.11.10.07.51.41; Tue, 10 Nov 2020 07:52:05 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731142AbgKJPtn (ORCPT + 99 others); Tue, 10 Nov 2020 10:49:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730231AbgKJPtn (ORCPT ); Tue, 10 Nov 2020 10:49:43 -0500 Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 361BFC0613CF for ; Tue, 10 Nov 2020 07:49:43 -0800 (PST) Received: from ramsan.of.borg ([84.195.186.194]) by michel.telenet-ops.be with bizsmtp id qfph2300U4C55Sk06fphKK; Tue, 10 Nov 2020 16:49:41 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kcVtt-001DQ1-6b; Tue, 10 Nov 2020 16:49:41 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1kcVts-00Dmpb-PM; Tue, 10 Nov 2020 16:49:40 +0100 From: Geert Uytterhoeven To: Yoshinori Sato , Rich Felker Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH resend2] sh/intc: Restore devm_ioremap() alignment Date: Tue, 10 Nov 2020 16:49:39 +0100 Message-Id: <20201110154939.3285928-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Restore alignment of the continuation of the devm_ioremap() call in register_intc_controller(). Fixes: 4bdc0d676a643140 ("remove ioremap_nocache and devm_ioremap_nocache") Signed-off-by: Geert Uytterhoeven --- drivers/sh/intc/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sh/intc/core.c b/drivers/sh/intc/core.c index f8e070d67fa3266d..a14684ffe4c1a8ef 100644 --- a/drivers/sh/intc/core.c +++ b/drivers/sh/intc/core.c @@ -214,7 +214,7 @@ int __init register_intc_controller(struct intc_desc *desc) d->window[k].phys = res->start; d->window[k].size = resource_size(res); d->window[k].virt = ioremap(res->start, - resource_size(res)); + resource_size(res)); if (!d->window[k].virt) goto err2; } -- 2.25.1