ec/google/chromeec: Demote LPC EC error printk from ERR to SPEW
commit5e2f1b1e646da2e2333252f1f798dff419df0309
authorMatt DeVillier <matt.devillier@amd.corp-partner.google.com>
Mon, 10 Oct 2022 18:55:58 +0000 (10 13:55 -0500)
committerFelix Held <felix-coreboot@felixheld.de>
Fri, 14 Oct 2022 16:10:23 +0000 (14 16:10 +0000)
treee58380c4e1278e89a3d6f6b80405200fffb0460f
parentfec16a3574921743246bafe617659c4d73b8011f
ec/google/chromeec: Demote LPC EC error printk from ERR to SPEW

Several EC host commands check for support of a given feature or msg
version, and a non-zero response does not necessarily indicate an actual
error. Since the caller is (should be) handling the non-zero response to
the host command, demote the EC printk from ERR to SPEW to clean up the
console log and prevent non-errors from causing false failures in
firmware tests.

BUG=b:238961053

Change-Id: Ib7afc0b7e5b571acb56252f7adb518a6b2716b62
Signed-off-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68259
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/ec/google/chromeec/ec_lpc.c