diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/omap_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.c b/drivers/gpu/drm/omapdrm/omap_drv.c index f14d02ca968c..5e67d58cbc28 100644 --- a/drivers/gpu/drm/omapdrm/omap_drv.c +++ b/drivers/gpu/drm/omapdrm/omap_drv.c | |||
@@ -614,7 +614,7 @@ err_gem_deinit: | |||
614 | omap_disconnect_pipelines(ddev); | 614 | omap_disconnect_pipelines(ddev); |
615 | err_crtc_uninit: | 615 | err_crtc_uninit: |
616 | omap_crtc_pre_uninit(priv); | 616 | omap_crtc_pre_uninit(priv); |
617 | drm_dev_unref(ddev); | 617 | drm_dev_put(ddev); |
618 | return ret; | 618 | return ret; |
619 | } | 619 | } |
620 | 620 | ||
@@ -643,7 +643,7 @@ static void omapdrm_cleanup(struct omap_drm_private *priv) | |||
643 | omap_disconnect_pipelines(ddev); | 643 | omap_disconnect_pipelines(ddev); |
644 | omap_crtc_pre_uninit(priv); | 644 | omap_crtc_pre_uninit(priv); |
645 | 645 | ||
646 | drm_dev_unref(ddev); | 646 | drm_dev_put(ddev); |
647 | } | 647 | } |
648 | 648 | ||
649 | static int pdev_probe(struct platform_device *pdev) | 649 | static int pdev_probe(struct platform_device *pdev) |