[U-Boot] [PATCH V2 2/3] test: dm: usb: use the real device name
Peng Fan
peng.fan at nxp.com
Wed May 22 07:08:12 UTC 2019
"keyb" is not the real device name, "keyb at 3" is.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
V2:
New
test/dm/usb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/dm/usb.c b/test/dm/usb.c
index 3493617544..ef454b0ae5 100644
--- a/test/dm/usb.c
+++ b/test/dm/usb.c
@@ -125,7 +125,7 @@ static int dm_test_usb_keyb(struct unit_test_state *uts)
/* Initially there should be no characters */
ut_asserteq(0, tstc());
- ut_assertok(uclass_get_device_by_name(UCLASS_USB_EMUL, "keyb",
+ ut_assertok(uclass_get_device_by_name(UCLASS_USB_EMUL, "keyb at 3",
&dev));
/*
--
2.16.4
More information about the U-Boot
mailing list