Re: [U-Boot] [PATCH V2 2/3] test: dm: usb: use the real device name

2019-07-14 Thread Tom Rini
On Wed, May 22, 2019 at 07:08:12AM +, Peng Fan wrote: > "keyb" is not the real device name, "keyb@3" is. > > Signed-off-by: Peng Fan > Reviewed-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

Re: [U-Boot] [PATCH V2 2/3] test: dm: usb: use the real device name

2019-05-22 Thread Bin Meng
On Wed, May 22, 2019 at 3:09 PM Peng Fan wrote: > > "keyb" is not the real device name, "keyb@3" is. > > Signed-off-by: Peng Fan > --- > > V2: > New > > test/dm/usb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng __