Ahead of reworking the reference counting logic for platform devices,
encapsulate the assignment of the OF node from another device for
dynamically allocated platform devices with the provided helper.

Signed-off-by: Bartosz Golaszewski <[email protected]>
---
 drivers/usb/musb/jz4740.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/musb/jz4740.c b/drivers/usb/musb/jz4740.c
index 
df56c972986f7c4f5174a227f35c7e1ac9afa7ca..c770ba576f05b6b672836753cd9b696b752d017a
 100644
--- a/drivers/usb/musb/jz4740.c
+++ b/drivers/usb/musb/jz4740.c
@@ -273,7 +273,7 @@ static int jz4740_probe(struct platform_device *pdev)
        musb->dev.parent                = dev;
        musb->dev.dma_mask              = &musb->dev.coherent_dma_mask;
        musb->dev.coherent_dma_mask     = DMA_BIT_MASK(32);
-       device_set_of_node_from_dev(&musb->dev, dev);
+       platform_device_set_of_node_from_dev(musb, dev);
 
        glue->pdev                      = musb;
        glue->clk                       = clk;

-- 
2.47.3


Reply via email to