Skip to content

Commit

Permalink
drm/exynos: dp: Lower level of EDID read success message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski authored and Inki Dae committed May 19, 2015
1 parent be083a0 commit b0f155a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/exynos/exynos_dp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b0f155a

Please sign in to comment.