mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: tip-bot for Wang Long <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: peifeiyue@huawei.com, k.kozlowski@samsung.com,
	linux-arm-kernel@lists.infradead.org, wanglong@laoqinren.net,
	mingo@kernel.org, jason@lakedaemon.net, kgene@kernel.org,
	linux-kernel@vger.kernel.org, tglx@linutronix.de,
	long.wanglong@huawei.com, hpa@zytor.com
Subject: [tip:irq/core] drivers/irqchip: Replace pr_warning by pr_warn
Date: Wed, 22 Jul 2015 13:37:07 -0700	[thread overview]
Message-ID: <tip-faca10b9e63e880c81388fbbedf7ede6dcd77c70@git.kernel.org> (raw)
In-Reply-To: <1437466261-147373-1-git-send-email-long.wanglong@huawei.com>

Commit-ID:  faca10b9e63e880c81388fbbedf7ede6dcd77c70
Gitweb:     http://git.kernel.org/tip/faca10b9e63e880c81388fbbedf7ede6dcd77c70
Author:     Wang Long <long.wanglong@huawei.com>
AuthorDate: Tue, 21 Jul 2015 08:11:01 +0000
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 22 Jul 2015 18:37:42 +0200

drivers/irqchip: Replace pr_warning by pr_warn

Update the last pr_warning callsite in drivers/irqchip.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: <wanglong@laoqinren.net>
Cc: <peifeiyue@huawei.com>
Cc: <jason@lakedaemon.net>
Cc: <kgene@kernel.org>
Cc: <k.kozlowski@samsung.com>
Link: http://lkml.kernel.org/r/1437466261-147373-1-git-send-email-long.wanglong@huawei.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 drivers/irqchip/exynos-combiner.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/exynos-combiner.c b/drivers/irqchip/exynos-combiner.c
index 04e0892..e9c6f2a 100644
--- a/drivers/irqchip/exynos-combiner.c
+++ b/drivers/irqchip/exynos-combiner.c
@@ -185,14 +185,14 @@ static void __init combiner_init(void __iomem *combiner_base,
 
 	combiner_data = kcalloc(max_nr, sizeof (*combiner_data), GFP_KERNEL);
 	if (!combiner_data) {
-		pr_warning("%s: could not allocate combiner data\n", __func__);
+		pr_warn("%s: could not allocate combiner data\n", __func__);
 		return;
 	}
 
 	combiner_irq_domain = irq_domain_add_linear(np, nr_irq,
 				&combiner_irq_domain_ops, combiner_data);
 	if (WARN_ON(!combiner_irq_domain)) {
-		pr_warning("%s: irq domain init failed\n", __func__);
+		pr_warn("%s: irq domain init failed\n", __func__);
 		return;
 	}
 

      reply	other threads:[~2015-07-22 20:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-21  8:11 [PATCH] drivers/irqchip: replace " Wang Long
2015-07-22 20:37 ` tip-bot for Wang Long [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-faca10b9e63e880c81388fbbedf7ede6dcd77c70@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=hpa@zytor.com \
    --cc=jason@lakedaemon.net \
    --cc=k.kozlowski@samsung.com \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=long.wanglong@huawei.com \
    --cc=mingo@kernel.org \
    --cc=peifeiyue@huawei.com \
    --cc=tglx@linutronix.de \
    --cc=wanglong@laoqinren.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®