[coreboot-gerrit] Change in coreboot[master]: ec/google/chromeec: Remove extra newline characters from printk

Furquan Shaikh (Code Review) gerrit at coreboot.org
Sat Feb 24 01:10:50 CET 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/23858


Change subject: ec/google/chromeec: Remove extra newline characters from printk
......................................................................

ec/google/chromeec: Remove extra newline characters from printk

This change removes extra newline characters from print statements for
wake masks.

Change-Id: I13cde76bfb0f10b1dda8117c27f2891e909f9669
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/ec/google/chromeec/ec.c
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/23858/1

diff --git a/src/ec/google/chromeec/ec.c b/src/ec/google/chromeec/ec.c
index c902c3f..ef7a217 100644
--- a/src/ec/google/chromeec/ec.c
+++ b/src/ec/google/chromeec/ec.c
@@ -272,7 +272,7 @@
 
 static int google_chromeec_set_s3_lazy_wake_mask(uint64_t mask)
 {
-	printk(BIOS_DEBUG, "Chrome EC: Set S3 LAZY WAKE mask to 0x%016llx\n\n",
+	printk(BIOS_DEBUG, "Chrome EC: Set S3 LAZY WAKE mask to 0x%016llx\n",
 				mask);
 	return google_chromeec_set_mask
 		(EC_HOST_EVENT_LAZY_WAKE_MASK_S3, mask);
@@ -280,7 +280,7 @@
 
 static int google_chromeec_set_s5_lazy_wake_mask(uint64_t mask)
 {
-	printk(BIOS_DEBUG, "Chrome EC: Set S5 LAZY WAKE mask to 0x%016llx\n\n",
+	printk(BIOS_DEBUG, "Chrome EC: Set S5 LAZY WAKE mask to 0x%016llx\n",
 				mask);
 	return google_chromeec_set_mask
 		(EC_HOST_EVENT_LAZY_WAKE_MASK_S5, mask);
@@ -288,7 +288,7 @@
 
 static int google_chromeec_set_s0ix_lazy_wake_mask(uint64_t mask)
 {
-	printk(BIOS_DEBUG, "Chrome EC: Set S0iX LAZY WAKE mask to 0x%016llx\n\n",
+	printk(BIOS_DEBUG, "Chrome EC: Set S0iX LAZY WAKE mask to 0x%016llx\n",
 				mask);
 	return google_chromeec_set_mask
 		(EC_HOST_EVENT_LAZY_WAKE_MASK_S0IX, mask);

-- 
To view, visit https://review.coreboot.org/23858
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I13cde76bfb0f10b1dda8117c27f2891e909f9669
Gerrit-Change-Number: 23858
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180224/e81a7012/attachment.html>


More information about the coreboot-gerrit mailing list