提交 d0928794 编写于 作者: T Troy Kisky 提交者: Marek Vasut

usb: gadget: mv_udc: fix typo in error message

Change 'nfo=' to 'info='
Signed-off-by: NTroy Kisky <troy.kisky@boundarydevices.com>
上级 71fc5f91
......@@ -366,7 +366,7 @@ static void handle_ep_complete(struct mv_ep *ep)
mv_invalidate_qtd(num);
if (item->info & 0xff)
printf("EP%d/%s FAIL nfo=%x pg0=%x\n",
printf("EP%d/%s FAIL info=%x pg0=%x\n",
num, in ? "in" : "out", item->info, item->page0);
len = (item->info >> 16) & 0x7fff;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册