diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-04-13 20:06:22 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-04-14 23:47:29 +0000 |
commit | 0854f67cae88dcd055dac549ddab2fd27768bd88 (patch) | |
tree | 078d3f21c7e7680b9751eea26b732e90533a31e7 /src/soc/amd/mendocino/acpi.c | |
parent | e39a3e39202c48c045848bf86d3e8c0e388908eb (diff) |
ec/acpi/ec: replace misleading "recv_ec_data_timeout" console output
In the non-timeout case in recv_ec_data_timeout, a message like this one
will get printed at BIOS_SPEW log level: "recv_ec_data_timeout: 0x00".
The "timeout" part of the function name corresponds to what the function
does, but the message will only be printed when not running into the
timeout which is a bit misleading and might suggest a problem when there
is none. To avoid this possible confusion, don't use the function name
in the printk, but use "Data from EC:" instead.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I521f67517f64fc64e24853d96730c3f9459f1ccc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74381
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd/mendocino/acpi.c')
0 files changed, 0 insertions, 0 deletions