summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2019-07-28 23:38:57 +0800
committerCommit Bot <commit-bot@chromium.org>2019-07-30 00:35:18 +0000
commitd31dd57e48b58171d86666007a712a1af5dd3f8c (patch)
tree6e12c5f392ffc2dcda2f2b22d091b5644eba49bb
parent7c9aff6ff731db0da18f8fe8232196cf71fd09f4 (diff)
downloadchrome-ec-d31dd57e48b58171d86666007a712a1af5dd3f8c.tar.gz
common/mkbp_event: Remove prints in hc_mkbp_wake_mask
They take up flash space, and should not be super useful. BRANCH=none BUG=chromium:988303 TEST=make buildall before and after Save 64-100 bytes on most boards Change-Id: I8eafb19b971f0823c0b0b704e680e063aa23dbd8 Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1723610 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org>
-rw-r--r--common/mkbp_event.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/mkbp_event.c b/common/mkbp_event.c
index 90c1e90b76..ba08a21cd6 100644
--- a/common/mkbp_event.c
+++ b/common/mkbp_event.c
@@ -417,8 +417,6 @@ static int hc_mkbp_wake_mask(struct host_cmd_handler_args *args)
default:
/* Unknown mask, or mask is not in use. */
- CPRINTF("%s: mask_type=%d is unknown or not used.\n",
- __func__, p->mask_type);
return EC_RES_INVALID_PARAM;
}
@@ -449,8 +447,6 @@ static int hc_mkbp_wake_mask(struct host_cmd_handler_args *args)
default:
/* Unknown mask, or mask is not in use. */
- CPRINTF("%s: mask_type=%d is unknown or not used.\n",
- __func__, p->mask_type);
return EC_RES_INVALID_PARAM;
}
break;