Thread (57 messages) 57 messages, 8 authors, 2020-09-28

Re: [PATCH 10/42] mfd: intel_msic: use PLATFORM_DEVID_NONE

From: Andy Shevchenko <hidden>
Date: 2020-09-22 08:22:49
Also in: linux-omap, linux-samsung-soc, lkml

On Mon, Sep 21, 2020 at 11:54 PM Krzysztof Kozlowski [off-list ref] wrote:
Use PLATFORM_DEVID_NONE define instead of "-1" value because:
 - it brings some meaning,
 - it might point attention why auto device ID was not used.
Reviewed-by: Andy Shevchenko <redacted>
quoted hunk ↗ jump to hunk
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/mfd/intel_msic.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/intel_msic.c b/drivers/mfd/intel_msic.c
index bb24c2a07900..e9944a81dc44 100644
--- a/drivers/mfd/intel_msic.c
+++ b/drivers/mfd/intel_msic.c
@@ -317,8 +317,9 @@ static int intel_msic_init_devices(struct intel_msic *msic)
                if (!pdata->irq[i])
                        continue;

-               ret = mfd_add_devices(&pdev->dev, -1, &msic_devs[i], 1, NULL,
-                                     pdata->irq[i], NULL);
+               ret = mfd_add_devices(&pdev->dev, PLATFORM_DEVID_NONE,
+                                     &msic_devs[i], 1, NULL, pdata->irq[i],
+                                     NULL);
                if (ret)
                        goto fail;
        }
--
2.17.1

-- 
With Best Regards,
Andy Shevchenko

_______________________________________________
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