From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 22 May 2019 15:50:06 +0800 Subject: [U-Boot] [PATCH V2 2/3] test: dm: usb: use the real device name In-Reply-To: <20190522072201.5130-2-peng.fan@nxp.com> References: <20190522072201.5130-1-peng.fan@nxp.com> <20190522072201.5130-2-peng.fan@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, May 22, 2019 at 3:09 PM Peng Fan wrote: > > "keyb" is not the real device name, "keyb at 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