summaryrefslogtreecommitdiff
path: root/drivers/pwm/pwm-ntxec.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-ntxec.c')
-rw-r--r--drivers/pwm/pwm-ntxec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-ntxec.c b/drivers/pwm/pwm-ntxec.c
index baf912c5bf0f..7514ea384ec5 100644
--- a/drivers/pwm/pwm-ntxec.c
+++ b/drivers/pwm/pwm-ntxec.c
@@ -140,7 +140,7 @@ static int ntxec_pwm_probe(struct platform_device *pdev)
struct ntxec_pwm *priv;
struct pwm_chip *chip;
- pdev->dev.of_node = pdev->dev.parent->of_node;
+ device_set_of_node_from_dev(&pdev->dev, pdev->dev.parent);
priv = devm_kzalloc(&pdev->dev, sizeof(*priv), GFP_KERNEL);
if (!priv)