mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
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>
This commit is contained in:

committed by
Nico Huber

parent
1e2a5d8d8d
commit
98b537befd
@ -450,7 +450,7 @@ static int ch341a_spi_init(void)
|
||||
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);
|
||||
|
Reference in New Issue
Block a user