]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm/exynos: remove dead code in vidi_power_on
authorYoungJun Cho <yj44.cho@samsung.com>
Mon, 1 Jul 2013 04:03:39 +0000 (13:03 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 4 Jul 2013 06:55:36 +0000 (15:55 +0900)
The type of input parameter enable is bool, so it does not need
to check whether true or false.

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

index 784bbce0741a843be382ab7d3d4f80a7ea8572bc..41cc74d83e4ec885bab33adf02182402938d27d3 100644 (file)
@@ -413,9 +413,6 @@ static int vidi_power_on(struct vidi_context *ctx, bool enable)
        struct exynos_drm_subdrv *subdrv = &ctx->subdrv;
        struct device *dev = subdrv->dev;
 
-       if (enable != false && enable != true)
-               return -EINVAL;
-
        if (enable) {
                ctx->suspended = false;