linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI / EC: Remove non-standard log emphasis
@ 2015-02-15 19:43 Scot Doyle
  2015-02-18  6:18 ` Rafael J. Wysocki
  2015-02-27  6:48 ` [PATCH 0/2] ACPI / EC: Enhance logging/debugging Lv Zheng
  0 siblings, 2 replies; 12+ messages in thread
From: Scot Doyle @ 2015-02-15 19:43 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Lv Zheng, linux-acpi, linux-kernel

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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-03-12 22:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15 19:43 [PATCH] ACPI / EC: Remove non-standard log emphasis Scot Doyle
2015-02-18  6:18 ` Rafael J. Wysocki
2015-02-25  8:41   ` 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  6:48 ` [PATCH 0/2] ACPI / EC: Enhance logging/debugging Lv Zheng
2015-02-27  6:48   ` [PATCH 1/2] ACPI / EC: Cleanup logging/debugging splitter support 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-03-12 22:42   ` [PATCH 0/2] ACPI / EC: Enhance logging/debugging Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).