Loading drivers/mfd/qcom_rpm.c +2 −0 Original line number Diff line number Diff line Loading @@ -495,6 +495,8 @@ static int qcom_rpm_probe(struct platform_device *pdev) } match = of_match_device(qcom_rpm_of_match, &pdev->dev); if (!match) return -ENODEV; rpm->data = match->data; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); Loading Loading
drivers/mfd/qcom_rpm.c +2 −0 Original line number Diff line number Diff line Loading @@ -495,6 +495,8 @@ static int qcom_rpm_probe(struct platform_device *pdev) } match = of_match_device(qcom_rpm_of_match, &pdev->dev); if (!match) return -ENODEV; rpm->data = match->data; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); Loading