Re: [PATCH] cros_ec: spi: disable annoying key echo on console

2023-10-17 Thread Simon Glass
On Tue, 17 Oct 2023 at 13:25, Milan P. Stanić wrote: > > on Peach-pi console every key press is echoed with message > 'cros_ec_command: Returned status 1' > > this is not proper fix, just hack to disable this message > --- > drivers/misc/cros_ec_spi.c | 1 - > 1 file changed, 1 deletion(-) Revie

[PATCH] cros_ec: spi: disable annoying key echo on console

2023-10-17 Thread Milan P . Stanić
on Peach-pi console every key press is echoed with message 'cros_ec_command: Returned status 1' this is not proper fix, just hack to disable this message --- drivers/misc/cros_ec_spi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/misc/cros_ec_spi.c b/drivers/misc/cros_ec_spi.c index