forked from Minki/linux
USB: vstusb: fix compiler warning on x86-64
This fixes a reported compiler warning. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
58e20d8d34
commit
6c5ab376b0
@ -620,7 +620,7 @@ static long vstusb_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
||||
__func__);
|
||||
retval = -EFAULT;
|
||||
} 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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user