提交 b9743081 编写于 作者: M Mike Frysinger 提交者: Marek Vasut

usb: musb: fix printf warning

musb_hcd.c: In function 'musb_submit_rh_msg':
musb_hcd.c:827:2: warning: format '%d' expects type 'int',
	but argument 3 has type 'long unsigned int'
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 f933e84e
......@@ -824,7 +824,7 @@ static int musb_submit_rh_msg(struct usb_device *dev, unsigned long pipe,
dev->act_len = len;
dev->status = stat;
debug("dev act_len %d, status %d\n", dev->act_len, dev->status);
debug("dev act_len %d, status %lu\n", dev->act_len, dev->status);
return stat;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册