]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/exynos: dp: Lower level of EDID read success message
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Thu, 14 May 2015 00:03:06 +0000 (09:03 +0900)
committerInki Dae <daeinki@gmail.com>
Tue, 19 May 2015 13:50:55 +0000 (22:50 +0900)
Don't pollute the dmesg with EDID read success message as an error.
Printing as debug should be fine.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_dp_core.c

index 441ef06b8894083adba0e1acbe37473b7d2a94ce..30feb7d066244bfa078e36a518293a9195c3437c 100644 (file)
@@ -195,7 +195,7 @@ static int exynos_dp_read_edid(struct exynos_dp_device *dp)
                }
        }
 
-       dev_err(dp->dev, "EDID Read success!\n");
+       dev_dbg(dp->dev, "EDID Read success!\n");
        return 0;
 }