Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp732642ybe; Wed, 4 Sep 2019 07:01:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqw170UVOS6MRL0VmwG8nYFJebzFYVhkgL+atWQSmVbmfGYzce2hLM0MOjAeq0Og4CFka+xz X-Received: by 2002:a63:2a08:: with SMTP id q8mr34862989pgq.415.1567605698115; Wed, 04 Sep 2019 07:01:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567605698; cv=none; d=google.com; s=arc-20160816; b=NQx218BLKjoBnRLxXE0AJYSTVShyFsFw//itU1TWS+UcxXZBaWX0Ig1LtUMGVClZ+1 1lOil3XUYzXeu0U6Ztxb5G8Yq6QljlU21bJ6b+hjtXpd3mK8H2KHWZpjn466wEBE31SA 9lC2iPvubAx88bTbC9xVGsQ+MVQPfdBvoRp2Lq3C3kWL5zX4hH/9GhjANUyV4fsG4DpB PjFXrWz3I5BDO+U4B2AemxLZVfDBU1SCATgiq9T63Ha8c561tK6NqViTGh0sD6t2Yvoq aFTDwzahq72dlLB2di9E270DCcLL1KRLMFC3fNlPcm/Zac3SCnWIOp2QbvhSrpdqkI4B A2RQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=n0zjZ0+m0YejbQNB8tSlqfGMgc0gUHseq0dN+L1BQHc=; b=Qsj6cJUqP6/q3l83oMWFzzVzhVpu1MMdgplXC9Tjfk0JZoqi0dLOxo2zG4BxO2k2EH bk9wSpk+Hh05Yu/G3Oqj6K4dlPk+fBr0hH25RAF+00gmM+l55as4EMs4ZI2rS3s0rDg5 FczLNoEXTzT/pScKFzR/GGY4Z0f16gSsb9qW90laCB12dkJK7+dVLhuC9+lKTsVYmKBm IiBSTufdojKrYrQUUEogLpmExF3WPpEtsz4E/LlNUBwlzBGffqmkFV/E2OSzAKJ6fuht g1cEjc8BPAnhPJ09r/FHz9Wvo4drAMaIckDbQGOCVkT+DqvJLh/EQHhuYVTLM4anBaQ/ U1iA== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k21si20188115pfk.266.2019.09.04.07.01.21; Wed, 04 Sep 2019 07:01:38 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730722AbfIDOAL (ORCPT + 99 others); Wed, 4 Sep 2019 10:00:11 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:52608 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730606AbfIDOAJ (ORCPT ); Wed, 4 Sep 2019 10:00:09 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 3B16BB1DB7029390B610; Wed, 4 Sep 2019 22:00:01 +0800 (CST) Received: from localhost (10.133.213.239) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.439.0; Wed, 4 Sep 2019 21:59:52 +0800 From: YueHaibing To: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , YueHaibing Subject: [PATCH -next 08/36] spi: cadence: use devm_platform_ioremap_resource() to simplify code Date: Wed, 4 Sep 2019 21:58:50 +0800 Message-ID: <20190904135918.25352-9-yuehaibing@huawei.com> X-Mailer: git-send-email 2.10.2.windows.1 In-Reply-To: <20190904135918.25352-1-yuehaibing@huawei.com> References: <20190904135918.25352-1-yuehaibing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.133.213.239] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use devm_platform_ioremap_resource() to simplify the code a bit. This is detected by coccinelle. Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/spi/spi-cadence.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/spi/spi-cadence.c b/drivers/spi/spi-cadence.c index 1c35eaa..c36587b 100644 --- a/drivers/spi/spi-cadence.c +++ b/drivers/spi/spi-cadence.c @@ -474,7 +474,6 @@ static int cdns_spi_probe(struct platform_device *pdev) int ret = 0, irq; struct spi_master *master; struct cdns_spi *xspi; - struct resource *res; u32 num_cs; master = spi_alloc_master(&pdev->dev, sizeof(*xspi)); @@ -485,8 +484,7 @@ static int cdns_spi_probe(struct platform_device *pdev) master->dev.of_node = pdev->dev.of_node; platform_set_drvdata(pdev, master); - res = platform_get_resource(pdev, IORESOURCE_MEM, 0); - xspi->regs = devm_ioremap_resource(&pdev->dev, res); + xspi->regs = devm_platform_ioremap_resource(pdev, 0); if (IS_ERR(xspi->regs)) { ret = PTR_ERR(xspi->regs); goto remove_master; -- 2.7.4