提交 042ec47e 编写于 作者: A Anthony PERARD 提交者: Gerd Hoffmann

xen-usb: Fix 32bit build

Signed-off-by: NAnthony PERARD <anthony.perard@citrix.com>
Reviewed-by: NJuergen Gross <jgross@suse.com>
Message-id: 20160623110829.22671-1-anthony.perard@citrix.com
Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 b91e0139
......@@ -253,7 +253,8 @@ static int usbback_init_packet(struct usbback_req *usbback_req)
case USBIF_PIPE_TYPE_CTRL:
packet->parameter = *(uint64_t *)usbback_req->req.u.ctrl;
TR_REQ(xendev, "ctrl parameter: %lx, buflen: %x\n", packet->parameter,
TR_REQ(xendev, "ctrl parameter: %"PRIx64", buflen: %x\n",
packet->parameter,
usbback_req->req.buffer_length);
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册