From patchwork Sat Jan 28 06:53:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ye.xingchen@zte.com.cn X-Patchwork-Id: 13119707 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 69382C27C76 for ; Sat, 28 Jan 2023 06:54:15 +0000 (UTC) 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:Subject:Cc:To:From:Mime-Version: Message-ID:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=QVbax7O9K9j64puzB4pl0fa7Vv0ivR898l3B4QMUbfI=; b=Ge9 Z0e0DEXkCEAEUd1yGPm21tq7QQfARTq+Buz/RUs800u85OvXeViOjU6c+9p7FhptJsKlz97HdnHkJ cYYGnyMFgz0hIaRuIM728DymEQGGQT2SD1IYcB5kok3rYerx91iKLS8RUvplbwFymrrQfupXKxnPf cZM6G160RWMmD+PigFz17Sf4mSLV/dKz5nqQn/ekzZ3+NkSfGosfz8w6qJpKBa3xZF266C8WVyD7j QTVXl11qpRwG+cKC4nD7sGjF482U4n/Y7qs3gMDlVWxrAYZZZyAhBgWZ5ahtYIn6ve7tvVwAXCz3+ 9KFYr3K8GR62hsMRRUbGkmZt5th9rNg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLf5V-00HIbD-PK; Sat, 28 Jan 2023 06:53:21 +0000 Received: from mxhk.zte.com.cn ([63.216.63.35]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLf5T-00HIab-6F for linux-arm-kernel@lists.infradead.org; Sat, 28 Jan 2023 06:53:20 +0000 Received: from mse-fl1.zte.com.cn (unknown [10.5.228.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mxhk.zte.com.cn (FangMail) with ESMTPS id 4P3lWx5l8gz6FK2Q; Sat, 28 Jan 2023 14:53:17 +0800 (CST) Received: from xaxapp03.zte.com.cn ([10.88.97.17]) by mse-fl1.zte.com.cn with SMTP id 30S6r962078134; Sat, 28 Jan 2023 14:53:10 +0800 (+08) (envelope-from ye.xingchen@zte.com.cn) Received: from mapi (xaxapp01[null]) by mapi (Zmail) with MAPI id mid31; Sat, 28 Jan 2023 14:53:12 +0800 (CST) Date: Sat, 28 Jan 2023 14:53:12 +0800 (CST) X-Zmail-TransId: 2af963d4c6582f746de2 X-Mailer: Zmail v1.0 Message-ID: <202301281453121890132@zte.com.cn> Mime-Version: 1.0 From: To: Cc: , , Subject: =?utf-8?b?W1BBVENIXSBpMmM6IHhpaWM6IFVzZSBkZXZtX3BsYXRmb3JtX2dldF9h?= =?utf-8?b?bmRfaW9yZW1hcF9yZXNvdXJjZSgp?= X-MAIL: mse-fl1.zte.com.cn 30S6r962078134 X-Fangmail-Gw-Spam-Type: 0 X-FangMail-Miltered: at cgslv5.04-192.168.250.138.novalocal with ID 63D4C65D.001 by FangMail milter! X-FangMail-Envelope: 1674888797/4P3lWx5l8gz6FK2Q/63D4C65D.001/10.5.228.132/[10.5.228.132]/mse-fl1.zte.com.cn/ X-Fangmail-Anti-Spam-Filtered: true X-Fangmail-MID-QID: 63D4C65D.001/4P3lWx5l8gz6FK2Q X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230127_225319_412253_F94DBC0C X-CRM114-Status: GOOD ( 10.07 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: ye xingchen Convert platform_get_resource(), devm_ioremap_resource() to a single call to devm_platform_get_and_ioremap_resource(), as this is exactly what this function does. Signed-off-by: ye xingchen Reviewed-by: Michal Simek --- drivers/i2c/busses/i2c-xiic.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c index bee5a2ef1f22..5114888f2916 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c @@ -752,7 +752,6 @@ static int xiic_i2c_probe(struct platform_device *pdev) { struct xiic_i2c *i2c; struct xiic_i2c_platform_data *pdata; - struct resource *res; int ret, irq; u8 i; u32 sr; @@ -761,8 +760,7 @@ static int xiic_i2c_probe(struct platform_device *pdev) if (!i2c) return -ENOMEM; - res = platform_get_resource(pdev, IORESOURCE_MEM, 0); - i2c->base = devm_ioremap_resource(&pdev->dev, res); + i2c->base = devm_platform_get_and_ioremap_resource(pdev, 0, NULL); if (IS_ERR(i2c->base)) return PTR_ERR(i2c->base);