diff options
-rw-r--r-- | drivers/video/msm/mdp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/msm/mdp.c b/drivers/video/msm/mdp.c index 2b5bf79ffe75..c3636d55a3c5 100644 --- a/drivers/video/msm/mdp.c +++ b/drivers/video/msm/mdp.c | |||
@@ -482,6 +482,7 @@ int mdp_probe(struct platform_device *pdev) | |||
482 | /* register mdp device */ | 482 | /* register mdp device */ |
483 | mdp->mdp_dev.dev.parent = &pdev->dev; | 483 | mdp->mdp_dev.dev.parent = &pdev->dev; |
484 | mdp->mdp_dev.dev.class = mdp_class; | 484 | mdp->mdp_dev.dev.class = mdp_class; |
485 | dev_set_name(&mdp->mdp_dev.dev, "mdp%d", pdev->id); | ||
485 | 486 | ||
486 | /* if you can remove the platform device you'd have to implement | 487 | /* if you can remove the platform device you'd have to implement |
487 | * this: | 488 | * this: |