Nico Huber submitted this change.
ch341a: use better english in the debug message
Change-Id: Ib7f15aa36fedc6af990c3ca45e81547cbfde24a1
Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/58037
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
---
M ch341a_spi.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ch341a_spi.c b/ch341a_spi.c
index 48642f3..bc4112b 100644
--- a/ch341a_spi.c
+++ b/ch341a_spi.c
@@ -450,7 +450,7 @@
ret = libusb_set_auto_detach_kernel_driver(handle, 1);
if (ret != 0) {
msg_pwarn("Platform does not support detaching of USB kernel drivers.\n"
- "If an unsupported driver is active, claiming of the interface may fail.\n");
+ "If an unsupported driver is active, claiming the interface may fail.\n");
}
ret = libusb_claim_interface(handle, 0);
To view, visit change 58037. To unsubscribe, or for help writing mail filters, visit settings.