“c6a7d97d57ef41477a85f4c0f48ea5243132ee1f”上不存在“arch/arm/kernel/probes-thumb.c”
提交 6c5ab376 编写于 作者: G Greg Kroah-Hartman

USB: vstusb: fix compiler warning on x86-64

This fixes a reported compiler warning.
Reported-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 58e20d8d
...@@ -620,7 +620,7 @@ static long vstusb_ioctl(struct file *file, unsigned int cmd, unsigned long arg) ...@@ -620,7 +620,7 @@ static long vstusb_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
__func__); __func__);
retval = -EFAULT; retval = -EFAULT;
} else { } else {
dev_dbg(&dev->dev, "%s: recv %d bytes from pipe %d\n", dev_dbg(&dev->dev, "%s: recv %zd bytes from pipe %d\n",
__func__, usb_data.count, usb_data.pipe); __func__, usb_data.count, usb_data.pipe);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册