From: Scot Doyle <lkml14@scotdoyle.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Lv Zheng <lv.zheng@intel.com>,
linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ACPI / EC: Remove non-standard log emphasis
Date: Sun, 15 Feb 2015 19:43:08 +0000 (UTC) [thread overview]
Message-ID: <alpine.LNX.2.11.1502151932250.630@localhost> (raw)
Remove unusual pr_info() visual emphasis introduced in ad479e7f47ca
"ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flag".
Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
---
drivers/acpi/ec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 982b67f..857175e 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -680,7 +680,7 @@ static void acpi_ec_start(struct acpi_ec *ec, bool resuming)
/* Enable GPE for event processing (SCI_EVT=1) */
if (!resuming)
acpi_ec_submit_request(ec);
- pr_info("+++++ EC started +++++\n");
+ pr_info("EC started\n");
}
spin_unlock_irqrestore(&ec->lock, flags);
}
@@ -712,7 +712,7 @@ static void acpi_ec_stop(struct acpi_ec *ec, bool suspending)
acpi_ec_complete_request(ec);
clear_bit(EC_FLAGS_STARTED, &ec->flags);
clear_bit(EC_FLAGS_STOPPED, &ec->flags);
- pr_info("+++++ EC stopped +++++\n");
+ pr_info("EC stopped\n");
}
spin_unlock_irqrestore(&ec->lock, flags);
}
--
2.2.1
next reply other threads:[~2015-02-15 19:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-15 19:43 Scot Doyle [this message]
2015-02-18 6:18 ` [PATCH] ACPI / EC: Remove non-standard log emphasis Rafael J. Wysocki
2015-02-25 8:41 ` Zheng, Lv
2015-02-25 8:41 ` Zheng, Lv
2015-02-25 8:51 ` Zheng, Lv
2015-02-25 8:51 ` Zheng, Lv
2015-02-25 15:01 ` Scot Doyle
2015-02-25 22:55 ` Rafael J. Wysocki
2015-02-27 0:30 ` Zheng, Lv
2015-02-27 0:30 ` Zheng, Lv
2015-02-27 6:48 ` [PATCH 0/2] ACPI / EC: Enhance logging/debugging Lv Zheng
2015-02-27 6:48 ` Lv Zheng
2015-02-27 6:48 ` [PATCH 1/2] ACPI / EC: Cleanup logging/debugging splitter support Lv Zheng
2015-02-27 6:48 ` Lv Zheng
2015-03-12 22:33 ` Joe Perches
2015-02-27 6:48 ` [PATCH 2/2] ACPI / EC: Add GPE reference counting debugging messages Lv Zheng
2015-02-27 6:48 ` Lv Zheng
2015-03-12 22:42 ` [PATCH 0/2] ACPI / EC: Enhance logging/debugging Rafael J. Wysocki
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=alpine.LNX.2.11.1502151932250.630@localhost \
--to=lkml14@scotdoyle.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lv.zheng@intel.com \
--cc=rjw@rjwysocki.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.