Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp733749ybe; Wed, 4 Sep 2019 07:02:22 -0700 (PDT) X-Google-Smtp-Source: APXvYqzBdG0tjk3VxCbkM5i2ffXcesjcRu3pwtewfOeNdmXXX2hfMkqgDHMZo5hcqnqgAa16gzXo X-Received: by 2002:a17:90a:648:: with SMTP id q8mr5138183pje.80.1567605741984; Wed, 04 Sep 2019 07:02:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567605741; cv=none; d=google.com; s=arc-20160816; b=ZgipDpRq32CKSRpLYVFfcTPmPNCJDXdwHFbxX4JDRj1/ABFx48kJaeENw4t0Jye0ph mXMMZtjYSENPwdiH9wBdoejL7Xu0kfTRO0K0JZI6JkAcsyiHOiwpY+QYGeXE4phgc6qO vlhCRpLMRQ2SANBm8rpiG3YxuiySiPJnDkZmeq7LWJcLzyL7I10weGlJGyNicbLpPtfN OCyvmehRd7QrKn7bRP42y8pjyJaztNpGMNlzPifPoF7xxmSmM73ci32JfOXhHrWEvDD2 XH1vWmE1VZsJC3ibuaQgMZ3rTcIznEQLOOOTL+mHX2n22ziKY8WyWd6MMeiUp7aibcYn QFAA== 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=ttfBXkhC+4o9sB/b4LKnjk1DwYiSnFaQtOUgtojb8a0=; b=VB+Wk1VOTjh8oUnUEI18i732sFl0DF0D16iKL4TcJO6EP3LnKC/ClWov3yta+GY9TH j31NUKABp4hPTLotvfPkm4rdLapFue6oiRr5WbBLXS/kN0QULjn88+Tlqb+adzwhT9ti ljPoRx7bPIQDlDptJXFbZmIZL6N4wn1Qtz53TIhvMkxoMFFhu0y/maNRR50UUo6OBzAP KrCRCGXhedrtToLQaI32zm9dfOO3di3KI+TSaBEB0itB1+09YfeSBvosXNhIM/vtKOk2 jvI9oS89C0qYnR8Ioh2O8oOBjjynarZWymWvOSFy5yArYiduwPd58U3IuOqDfcUKOM7A TVIQ== 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 f20si2822630plj.20.2019.09.04.07.02.05; Wed, 04 Sep 2019 07:02:21 -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 S1730900AbfIDOAo (ORCPT + 99 others); Wed, 4 Sep 2019 10:00:44 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:6206 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730884AbfIDOAm (ORCPT ); Wed, 4 Sep 2019 10:00:42 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id E28C5E499CD893052467; Wed, 4 Sep 2019 22:00:39 +0800 (CST) Received: from localhost (10.133.213.239) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.439.0; Wed, 4 Sep 2019 22:00:33 +0800 From: YueHaibing To: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , , , , , , YueHaibing Subject: [PATCH -next 22/36] spi: pic32-sqi: use devm_platform_ioremap_resource() to simplify code Date: Wed, 4 Sep 2019 21:59:04 +0800 Message-ID: <20190904135918.25352-23-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-pic32-sqi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/spi/spi-pic32-sqi.c b/drivers/spi/spi-pic32-sqi.c index 11b6929..86ad175 100644 --- a/drivers/spi/spi-pic32-sqi.c +++ b/drivers/spi/spi-pic32-sqi.c @@ -570,7 +570,6 @@ static int pic32_sqi_probe(struct platform_device *pdev) { struct spi_master *master; struct pic32_sqi *sqi; - struct resource *reg; int ret; master = spi_alloc_master(&pdev->dev, sizeof(*sqi)); @@ -580,8 +579,7 @@ static int pic32_sqi_probe(struct platform_device *pdev) sqi = spi_master_get_devdata(master); sqi->master = master; - reg = platform_get_resource(pdev, IORESOURCE_MEM, 0); - sqi->regs = devm_ioremap_resource(&pdev->dev, reg); + sqi->regs = devm_platform_ioremap_resource(pdev, 0); if (IS_ERR(sqi->regs)) { ret = PTR_ERR(sqi->regs); goto err_free_master; -- 2.7.4