drm/exynos: fix comment to exynos_drm_device_subdrv_prove call
authorInki Dae <inki.dae@samsung.com>
Mon, 14 Apr 2014 03:55:55 +0000 (12:55 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:04 +0000 (02:07 +0900)
subdrv_probe callback of virtual display driver will be
called by exynos_drm_device_subdrv_probe() to create crtc
and encoder/connector for virtual display driver.
So it fixes comments to exynos_drm_device_subdrv probe call.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.c

index 5cdb2dc..df59407 100644 (file)
@@ -109,7 +109,7 @@ static int exynos_drm_load(struct drm_device *dev, unsigned long flags)
        if (ret)
                goto err_cleanup_vblank;
 
-       /* Probe non kms sub drivers. */
+       /* Probe non kms sub drivers and virtual display driver. */
        ret = exynos_drm_device_subdrv_probe(dev);
        if (ret)
                goto err_unbind_all;