From nobody Tue Feb 10 10:03:33 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7788A38945C; Wed, 4 Feb 2026 07:02:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770188526; cv=none; b=LPKi1dmNXJj2rTXQY0vYNB/CLJXFCW6bGksOMK28NnS8RT06QY/4UfhkVU0kVnxbVLDIhoC4m0anWq2kuLXaNOhru5wXsil7qvuvsWmeWQTTY2kNY7bM4Zi2ORq+8GqMqlihlEAPnPIZChMkc4E/o9tfo+8xSTEl9fw5KXTHRGA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770188526; c=relaxed/simple; bh=60EH9iP9HmNzp18ZUEFLtUf3H/EFKdrPbYu5yzJu8k8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=h7PBqxtSOsYblXfNgbmIdhnaXDwx2YIEs3n/IRtv5mq0IZWjvYDIAK0Pn07qbFhJcqsXqVh8Ek2ggASem0FUjTbtEb8S19VpRG+lAGuOS3+ySiUtt93d4x5a4N5eTmZFlGQIikMY6w41bCvjWmqZOrjwXthLuGNpKBS8ddVkyjI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ldNFtRcR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ldNFtRcR" Received: by smtp.kernel.org (Postfix) with ESMTPS id 5670AC2BC9E; Wed, 4 Feb 2026 07:02:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770188526; bh=60EH9iP9HmNzp18ZUEFLtUf3H/EFKdrPbYu5yzJu8k8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=ldNFtRcRhtO5pOA4OsvNIf8mOe7bRJ0iN0awlzumvXinxp8p9jYC+3kMkSDN9kvaw NTwpQ5cgEIxshtkK2nP3esefXDrC8Do78lTfS8CF541EA86ve1ZgJ61dWOknvo+3mF 4E/p9TcM4CrD1vUe8xMIi62NGAmv7gAW/pz66uDH66nEnBaYBR667/1boOdck7/ZL1 RYFgJcJWEZodkwchYFjMqpUrV2hzrtAce1qkFm3BB/fA6CqaIJqu9Q2U7RyEFfwVoH AkqsstQZvCo6HNX508CpyzO5OvlrdkGLfzwOcc6tp9L8EA7Z3yucAxDM4t38erChPn UOpu40+bI7Ugg== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4ED6BE83041; Wed, 4 Feb 2026 07:02:06 +0000 (UTC) From: Abdurrahman Hussain via B4 Relay Date: Wed, 04 Feb 2026 07:02:01 +0000 Subject: [PATCH v10 4/7] i2c: xiic: cosmetic cleanup Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260204-i2c-xiic-v10-4-c2b996425235@nexthop.ai> References: <20260204-i2c-xiic-v10-0-c2b996425235@nexthop.ai> In-Reply-To: <20260204-i2c-xiic-v10-0-c2b996425235@nexthop.ai> To: Michal Simek , Andi Shyti , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Andy Shevchenko , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Abdurrahman Hussain X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1770188524; l=3060; i=abdurrahman@nexthop.ai; s=20260119; h=from:subject:message-id; bh=YTki9xJTvSuVF5CD1T42EpCfReuFINOTgQnJur8AZtU=; b=uolx5i1qh66Da4dUoabX5Pe0Iljywu203XugLtXhEWjVL6AhbwCtnQQZ28/fVfeErDNpnP2na XmJbdQVUEmsB7wKb7X2ndsrCM66/NCIsfuV4jEuLfYZaIuTdJ8IquBq X-Developer-Key: i=abdurrahman@nexthop.ai; a=ed25519; pk=S+ysnf+NwMcBdHBlyKIUEAtaFGSIhQwcJcgcXhq0osg= X-Endpoint-Received: by B4 Relay for abdurrahman@nexthop.ai/20260119 with auth_id=608 X-Original-From: Abdurrahman Hussain Reply-To: abdurrahman@nexthop.ai From: Abdurrahman Hussain Re-use dev pointer instead of referencing &pdev->dev everywhere. Reviewed-by: Andy Shevchenko Signed-off-by: Abdurrahman Hussain --- drivers/i2c/busses/i2c-xiic.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c index 60d417a2266e..bee663f91f10 100644 --- a/drivers/i2c/busses/i2c-xiic.c +++ b/drivers/i2c/busses/i2c-xiic.c @@ -1429,7 +1429,7 @@ static int xiic_i2c_probe(struct platform_device *pde= v) u8 i; u32 sr; =20 - i2c =3D devm_kzalloc(&pdev->dev, sizeof(*i2c), GFP_KERNEL); + i2c =3D devm_kzalloc(dev, sizeof(*i2c), GFP_KERNEL); if (!i2c) return -ENOMEM; =20 @@ -1445,13 +1445,13 @@ static int xiic_i2c_probe(struct platform_device *p= dev) if (irq < 0) return irq; =20 - pdata =3D dev_get_platdata(&pdev->dev); + pdata =3D dev_get_platdata(dev); =20 /* hook up driver to tree */ platform_set_drvdata(pdev, i2c); i2c->adap =3D xiic_adapter; i2c_set_adapdata(&i2c->adap, i2c); - i2c->adap.dev.parent =3D &pdev->dev; + i2c->adap.dev.parent =3D dev; device_set_node(&i2c->adap.dev, dev_fwnode(dev)); snprintf(i2c->adap.name, sizeof(i2c->adap.name), DRIVER_NAME " %s", pdev->name); @@ -1467,9 +1467,10 @@ static int xiic_i2c_probe(struct platform_device *pd= ev) return dev_err_probe(&pdev->dev, PTR_ERR(i2c->clk), "failed to enable input clock.\n"); =20 - i2c->dev =3D &pdev->dev; - pm_runtime_set_autosuspend_delay(i2c->dev, XIIC_PM_TIMEOUT); - pm_runtime_use_autosuspend(i2c->dev); + i2c->dev =3D dev; + + pm_runtime_set_autosuspend_delay(dev, XIIC_PM_TIMEOUT); + pm_runtime_use_autosuspend(dev); ret =3D devm_pm_runtime_set_active_enabled(dev); if (ret) return ret; @@ -1481,9 +1482,8 @@ static int xiic_i2c_probe(struct platform_device *pde= v) if (ret || i2c->i2c_clk > I2C_MAX_FAST_MODE_PLUS_FREQ) i2c->i2c_clk =3D 0; =20 - ret =3D devm_request_threaded_irq(&pdev->dev, irq, NULL, - xiic_process, IRQF_ONESHOT, - pdev->name, i2c); + ret =3D devm_request_threaded_irq(dev, irq, NULL, xiic_process, + IRQF_ONESHOT, pdev->name, i2c); if (ret) return ret; =20 @@ -1526,22 +1526,22 @@ static int xiic_i2c_probe(struct platform_device *p= dev) =20 static void xiic_i2c_remove(struct platform_device *pdev) { + struct device *dev =3D &pdev->dev; struct xiic_i2c *i2c =3D platform_get_drvdata(pdev); int ret; =20 /* remove adapter & data */ i2c_del_adapter(&i2c->adap); =20 - ret =3D pm_runtime_get_sync(i2c->dev); - + ret =3D pm_runtime_get_sync(dev); if (ret < 0) - dev_warn(&pdev->dev, "Failed to activate device for removal (%pe)\n", + dev_warn(dev, "Failed to activate device for removal (%pe)\n", ERR_PTR(ret)); else xiic_deinit(i2c); =20 - pm_runtime_put_sync(i2c->dev); - pm_runtime_dont_use_autosuspend(&pdev->dev); + pm_runtime_put_sync(dev); + pm_runtime_dont_use_autosuspend(dev); } =20 static const struct dev_pm_ops xiic_dev_pm_ops =3D { --=20 2.52.0