From patchwork Thu Oct 8 16:04:10 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Figg X-Patchwork-Id: 35461 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 6312AB7B65 for ; Fri, 9 Oct 2009 03:04:29 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1MvvTY-0002rO-95; Thu, 08 Oct 2009 17:04:20 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1MvvTP-0002qW-5v for kernel-team@lists.ubuntu.com; Thu, 08 Oct 2009 17:04:11 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1MvvTP-0005qQ-4q for ; Thu, 08 Oct 2009 17:04:11 +0100 Received: from pool-173-50-147-79.ptldor.fios.verizon.net ([173.50.147.79] helo=localhost) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1MvvTO-0006wm-LR for kernel-team@lists.ubuntu.com; Thu, 08 Oct 2009 17:04:11 +0100 From: Brad Figg To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/1] UBUNTU: SAUCE: IMX51: Changed some messages to be debug messages so the boot is a little 'quieter'. Date: Thu, 8 Oct 2009 09:04:10 -0700 Message-Id: <1255017850-31236-2-git-send-email-brad.figg@canonical.com> X-Mailer: git-send-email 1.6.4.4 In-Reply-To: <1255017850-31236-1-git-send-email-brad.figg@canonical.com> References: <1255017850-31236-1-git-send-email-brad.figg@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: https://bugs.launchpad.net/ubuntu/+bugs/438680 Signed-off-by: Brad Figg --- drivers/mxc/ipu3/ipu_common.c | 6 +++--- drivers/mxc/security/scc2_driver.c | 2 +- drivers/video/mxc/mxc_ipuv3_fb.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/mxc/ipu3/ipu_common.c b/drivers/mxc/ipu3/ipu_common.c index 4fe100c..57b5e66 100644 --- a/drivers/mxc/ipu3/ipu_common.c +++ b/drivers/mxc/ipu3/ipu_common.c @@ -631,7 +631,7 @@ void ipu_uninit_channel(ipu_channel_t channel) uint32_t ipu_conf; if ((g_channel_init_mask & (1L << IPU_CHAN_ID(channel))) == 0) { - dev_err(g_ipu_dev, "Channel already uninitialized %d\n", + dev_dbg(g_ipu_dev, "Channel already uninitialized %d\n", IPU_CHAN_ID(channel)); return; } @@ -643,7 +643,7 @@ void ipu_uninit_channel(ipu_channel_t channel) if (idma_is_set(IDMAC_CHA_EN, in_dma) || idma_is_set(IDMAC_CHA_EN, out_dma)) { - dev_err(g_ipu_dev, + dev_dbg(g_ipu_dev, "Channel %d is not disabled, disable first\n", IPU_CHAN_ID(channel)); return; @@ -1503,7 +1503,7 @@ int32_t ipu_disable_channel(ipu_channel_t channel, bool wait_for_stop) uint32_t timeout; if ((g_channel_enable_mask & (1L << IPU_CHAN_ID(channel))) == 0) { - dev_err(g_ipu_dev, "Channel already disabled %d\n", + dev_dbg(g_ipu_dev, "Channel already disabled %d\n", IPU_CHAN_ID(channel)); return 0; } diff --git a/drivers/mxc/security/scc2_driver.c b/drivers/mxc/security/scc2_driver.c index 4ed2931..bf946cb 100644 --- a/drivers/mxc/security/scc2_driver.c +++ b/drivers/mxc/security/scc2_driver.c @@ -640,7 +640,7 @@ static int scc_init(void) } } /* ! STATUS_INITIAL */ - os_printk(KERN_ALERT "SCC2: Driver Status is %s\n", + os_printk(KERN_DEBUG "SCC2: Driver Status is %s\n", (scc_availability == SCC_STATUS_INITIAL) ? "INITIAL" : (scc_availability == SCC_STATUS_CHECKING) ? "CHECKING" : (scc_availability == diff --git a/drivers/video/mxc/mxc_ipuv3_fb.c b/drivers/video/mxc/mxc_ipuv3_fb.c index 5626c68..42a1a49 100644 --- a/drivers/video/mxc/mxc_ipuv3_fb.c +++ b/drivers/video/mxc/mxc_ipuv3_fb.c @@ -990,7 +990,7 @@ static int mxcfb_probe(struct platform_device *pdev) platform_set_drvdata(pdev, fbi); - dev_err(&pdev->dev, "fb registered, using mode %s\n", fb_mode); + dev_dbg(&pdev->dev, "fb registered, using mode %s\n", fb_mode); return 0; err2: