From patchwork Fri Apr 1 20:34:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 64903 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp30698lbc; Fri, 1 Apr 2016 13:34:59 -0700 (PDT) X-Received: by 10.66.63.7 with SMTP id c7mr33759512pas.104.1459542899145; Fri, 01 Apr 2016 13:34:59 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n3si22724182pfb.123.2016.04.01.13.34.58; Fri, 01 Apr 2016 13:34:59 -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 S1753147AbcDAUe4 (ORCPT + 29 others); Fri, 1 Apr 2016 16:34:56 -0400 Received: from mail-io0-f180.google.com ([209.85.223.180]:33527 "EHLO mail-io0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751045AbcDAUey (ORCPT ); Fri, 1 Apr 2016 16:34:54 -0400 Received: by mail-io0-f180.google.com with SMTP id a129so156560654ioe.0 for ; Fri, 01 Apr 2016 13:34:54 -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; bh=1IjffNBlvKpsa973IyUSarBUdwn4Vv4yB0/x00QPvSc=; b=LY4puCT6V+U1rHhSoebzguQH2C5bH+gZ+2j6U/jgoGNUpbd0Qce8oGeqxsnWbh6eZ3 u2AIZtcQtqld0vItD98fxrBbSmlQoYu2INeqm7fsc1ZRThcJ7t4kZZo1QEOEbvndqhon T5kZOm3G/Qqu94ImHZnFpVXh2Bf9VCxJAP1kE= 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; bh=1IjffNBlvKpsa973IyUSarBUdwn4Vv4yB0/x00QPvSc=; b=PgBrZTJceYZ9fzWzKGCWsX0BcwvvQimNTgZkModQUSlWJTZUBO/qYm0gR1cnS0VOai pMwJrcQ6nJKknZNToN64SdjdIAwAjUFzbygWximDjwSi8crotidwWqzijsjq6PGkdJAj 8saxuvJWwJqBvKDOIyX1o0DHkYsKhE+OLonf7psfBIMyPqLyX+YnvqcFZDgZID/kqRoe IX8mWaxdKf/QMMM10+Q8dAbpaF9cjVEEDzjdgMBTyjulmqAC/yTrqVY0INqnQCH/V4oC IfGkvjTUxuZCAXe1eb/j4Upv1wHEM4LNBUkRBODgtI49GGrcWnHw/9imJ0PZG/ZndPxQ PuCA== X-Gm-Message-State: AD7BkJJ72wi+cglINeFr4x3ThX+2Ex1wWJ2WNraptqkUBlKypHLuuAxz8B+Hb0MP7Sha2IYD X-Received: by 10.107.137.36 with SMTP id l36mr6774254iod.177.1459542893945; Fri, 01 Apr 2016 13:34:53 -0700 (PDT) Received: from t430.cg.shawcable.net (S0106002369de4dac.cg.shawcable.net. [68.147.8.254]) by smtp.gmail.com with ESMTPSA id e189sm6470842ioe.44.2016.04.01.13.34.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Apr 2016 13:34:52 -0700 (PDT) From: Mathieu Poirier To: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Mathieu Poirier Subject: [PATCH] coresight: removing gratuitous boot time log messages Date: Fri, 1 Apr 2016 14:34:34 -0600 Message-Id: <1459542874-11067-1-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 2.1.4 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 e5e28f7f0fa1..a974c39171a9 100644 --- a/drivers/hwtracing/coresight/coresight-etb10.c +++ b/drivers/hwtracing/coresight/coresight-etb10.c @@ -721,7 +721,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 ae6c3af47392..3c713c6e7c8a 100644 --- a/drivers/hwtracing/coresight/coresight-tmc.c +++ b/drivers/hwtracing/coresight/coresight-tmc.c @@ -356,7 +356,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; }