Thread (3 messages) 3 messages, 3 authors, 2023-03-31

Re: [PATCH -next] phy: dphy: Use devm_platform_ioremap_resource()

From: neil.armstrong@linaro.org
Date: 2023-03-23 09:13:03
Also in: linux-amlogic, linux-phy, lkml

On 23/03/2023 08:35, Yang Li wrote:
quoted hunk ↗ jump to hunk
According to commit 7945f929f1a7 ("drivers: provide
devm_platform_ioremap_resource()"), convert platform_get_resource(),
devm_ioremap_resource() to a single call to use
devm_platform_ioremap_resource(), as this is exactly what this function
does.

Signed-off-by: Yang Li <redacted>
---
  drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c b/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c
index 32d1ff09befb..6e9af79e152c 100644
--- a/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c
+++ b/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c
@@ -335,7 +335,6 @@ static int phy_meson_axg_mipi_dphy_probe(struct platform_device *pdev)
  {
  	struct device *dev = &pdev->dev;
  	struct phy_provider *phy_provider;
-	struct resource *res;
  	struct phy_meson_axg_mipi_dphy_priv *priv;
  	struct phy *phy;
  	void __iomem *base;
@@ -348,8 +347,7 @@ static int phy_meson_axg_mipi_dphy_probe(struct platform_device *pdev)
  	priv->dev = dev;
  	platform_set_drvdata(pdev, priv);
  
-	res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
-	base = devm_ioremap_resource(dev, res);
+	base = devm_platform_ioremap_resource(pdev, 0);
  	if (IS_ERR(base))
  		return PTR_ERR(base);
  
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help