Loading drivers/gpu/msm/adreno.c +3 −0 Original line number Diff line number Diff line Loading @@ -2920,6 +2920,9 @@ static int kgsl_busmon_probe(struct platform_device *pdev) const struct of_device_id *pdid = of_match_device(busmon_match_table, &pdev->dev); if (pdid == NULL) return -ENXIO; device = (struct kgsl_device *)pdid->data; device->busmondev = &pdev->dev; dev_set_drvdata(device->busmondev, device); Loading Loading
drivers/gpu/msm/adreno.c +3 −0 Original line number Diff line number Diff line Loading @@ -2920,6 +2920,9 @@ static int kgsl_busmon_probe(struct platform_device *pdev) const struct of_device_id *pdid = of_match_device(busmon_match_table, &pdev->dev); if (pdid == NULL) return -ENXIO; device = (struct kgsl_device *)pdid->data; device->busmondev = &pdev->dev; dev_set_drvdata(device->busmondev, device); Loading