From patchwork Tue Apr 5 17:53:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 65124 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp610652lbc; Tue, 5 Apr 2016 10:54:51 -0700 (PDT) X-Received: by 10.98.19.2 with SMTP id b2mr31617993pfj.93.1459878890914; Tue, 05 Apr 2016 10:54:50 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w9si10337190pfi.224.2016.04.05.10.54.50; Tue, 05 Apr 2016 10:54:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759019AbcDERyi (ORCPT + 29 others); Tue, 5 Apr 2016 13:54:38 -0400 Received: from mail-ig0-f170.google.com ([209.85.213.170]:33053 "EHLO mail-ig0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933363AbcDERyT (ORCPT ); Tue, 5 Apr 2016 13:54:19 -0400 Received: by mail-ig0-f170.google.com with SMTP id kb1so24157554igb.0 for ; Tue, 05 Apr 2016 10:54:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=O36kLWsPHYSs9/ulVHNz+Hg2E/ALBY7+NDT7lAKHSVs=; b=NH8ZhMZCuVV/3eko6GoSXBa5WvBR/KGjoO1Y+YQydcmbB9WMWNwek2itkjtL0p9do8 n96oZ9zLIFOQ+zm3JRxEyeGFYSuGshKqOYSf10rd9Nxf8okOaERTIWrI9/z7/Jw4vkYT 5hKHJDRHQQjm/F4B4wl2En9MkEVFizmmsajQQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=O36kLWsPHYSs9/ulVHNz+Hg2E/ALBY7+NDT7lAKHSVs=; b=TegGLliOFEVi5R/b4ELdw8i3/WSVX2nDG+wWLX2RuwE2g1kA/KG8LfjKvnkgWlstLV pCC+khFXpujyfVifZ7rqFpy3xYZO7jMqnDGLl8eD9901pC+kKz0kjhHmwrquvi8xq4H5 ji3Ea2ym2M2JVMwcUlIdRdvtPTVWl64M6T97UMI/Vt/90MY3zaVfm40jR9cDZCUdNqEJ xZRId0Zw/f/3NmT7E5lyPpfpFHK8kgbD99d5nKG9HnMNydGUuEQlnL32l03/6ptaM/ho GCLfyTRI9SGVYuXz4tWMbq3cPL9Mf/b7EZPnC7Cgd9yGKwgf/DhSMYsUu3IIZKVWJPYR rqHw== X-Gm-Message-State: AD7BkJJqUY3Et7HKQmoRLcKTQI9JP9lhrnoDv+StziYNf3XsTtyLApWvSgaE1FxDMQlcugnP X-Received: by 10.50.93.99 with SMTP id ct3mr18648121igb.90.1459878857923; Tue, 05 Apr 2016 10:54:17 -0700 (PDT) Received: from t430.cg.shawcable.net (S0106002369de4dac.cg.shawcable.net. [68.147.8.254]) by smtp.gmail.com with ESMTPSA id n19sm4557012igi.19.2016.04.05.10.54.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Apr 2016 10:54:16 -0700 (PDT) From: Mathieu Poirier To: gregkh@linuxfoundation.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 11/11] coresight: removing gratuitous boot time log messages Date: Tue, 5 Apr 2016 11:53:52 -0600 Message-Id: <1459878832-15219-12-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1459878832-15219-1-git-send-email-mathieu.poirier@linaro.org> References: <1459878832-15219-1-git-send-email-mathieu.poirier@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Removing boot time log for drivers that don't report useful information other than they came up properly. The same information can be found in sysFS once the system has booted and as such doesn't provide any value in the boot log. Reported-by: Mark Brown Signed-off-by: Mathieu Poirier --- drivers/hwtracing/coresight/coresight-etb10.c | 1 - drivers/hwtracing/coresight/coresight-funnel.c | 1 - drivers/hwtracing/coresight/coresight-replicator.c | 1 - drivers/hwtracing/coresight/coresight-tmc.c | 1 - drivers/hwtracing/coresight/coresight-tpiu.c | 1 - 5 files changed, 5 deletions(-) -- 2.1.4 diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c index 8bf4429e1fb3..2461d5c8c157 100644 --- a/drivers/hwtracing/coresight/coresight-etb10.c +++ b/drivers/hwtracing/coresight/coresight-etb10.c @@ -724,7 +724,6 @@ static int etb_probe(struct amba_device *adev, const struct amba_id *id) if (ret) goto err_misc_register; - dev_info(dev, "ETB initialized\n"); return 0; err_misc_register: diff --git a/drivers/hwtracing/coresight/coresight-funnel.c b/drivers/hwtracing/coresight/coresight-funnel.c index 0600ca30649d..05df789056cc 100644 --- a/drivers/hwtracing/coresight/coresight-funnel.c +++ b/drivers/hwtracing/coresight/coresight-funnel.c @@ -221,7 +221,6 @@ static int funnel_probe(struct amba_device *adev, const struct amba_id *id) if (IS_ERR(drvdata->csdev)) return PTR_ERR(drvdata->csdev); - dev_info(dev, "FUNNEL initialized\n"); return 0; } diff --git a/drivers/hwtracing/coresight/coresight-replicator.c b/drivers/hwtracing/coresight/coresight-replicator.c index 4299c0569340..c6982e312e15 100644 --- a/drivers/hwtracing/coresight/coresight-replicator.c +++ b/drivers/hwtracing/coresight/coresight-replicator.c @@ -114,7 +114,6 @@ static int replicator_probe(struct platform_device *pdev) pm_runtime_put(&pdev->dev); - dev_info(dev, "REPLICATOR initialized\n"); return 0; out_disable_pm: diff --git a/drivers/hwtracing/coresight/coresight-tmc.c b/drivers/hwtracing/coresight/coresight-tmc.c index 1be191f5d39c..0a4db1ac52ae 100644 --- a/drivers/hwtracing/coresight/coresight-tmc.c +++ b/drivers/hwtracing/coresight/coresight-tmc.c @@ -754,7 +754,6 @@ static int tmc_probe(struct amba_device *adev, const struct amba_id *id) if (ret) goto err_misc_register; - dev_info(dev, "TMC initialized\n"); return 0; err_misc_register: diff --git a/drivers/hwtracing/coresight/coresight-tpiu.c b/drivers/hwtracing/coresight/coresight-tpiu.c index 8fb09d9237ab..4e471e2e9d89 100644 --- a/drivers/hwtracing/coresight/coresight-tpiu.c +++ b/drivers/hwtracing/coresight/coresight-tpiu.c @@ -167,7 +167,6 @@ static int tpiu_probe(struct amba_device *adev, const struct amba_id *id) if (IS_ERR(drvdata->csdev)) return PTR_ERR(drvdata->csdev); - dev_info(dev, "TPIU initialized\n"); return 0; }