Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755264AbbERXmf (ORCPT ); Mon, 18 May 2015 19:42:35 -0400 Received: from mail-pa0-f65.google.com ([209.85.220.65]:36310 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754942AbbERXmb (ORCPT ); Mon, 18 May 2015 19:42:31 -0400 From: "Jingoo Han" To: "'Krzysztof Kozlowski'" Cc: "'Inki Dae'" , "'Joonyoung Shim'" , "'Seung-Woo Kim'" , "'Kyungmin Park'" , "'David Airlie'" , "'Kukjin Kim'" , , , , Subject: Re: [PATCH] drm/exynos: dp: Lower level of EDID read success message Date: Tue, 19 May 2015 08:30:14 +0900 Message-ID: <000101d091c2$9c1d1920$d4574b60$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdCRwpdTAub3V6fESTmruvTOc8HOQw== Content-Language: ko Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1124 Lines: 38 > Don't pollute the dmesg with EDID read success message as an error. > Printing as debug should be fine. > > Signed-off-by: Krzysztof Kozlowski Right, dev_err() is not right. Thank you for sending the patch. Acked-by: Jingoo Han Best regards, Jingoo Han > --- > drivers/gpu/drm/exynos/exynos_dp_core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c b/drivers/gpu/drm/exynos/exynos_dp_core.c > index 441ef06b8894..30feb7d06624 100644 > --- a/drivers/gpu/drm/exynos/exynos_dp_core.c > +++ b/drivers/gpu/drm/exynos/exynos_dp_core.c > @@ -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; > } > > -- > 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/