Thomas Heijligen has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/58037 )
Change subject: ch341a: use better english in the debug message ......................................................................
ch341a: use better english in the debug message
Change-Id: Ib7f15aa36fedc6af990c3ca45e81547cbfde24a1 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.de --- M ch341a_spi.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/37/58037/1
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);