From: Greg Kroah-Hartman Date: Fri, 31 Oct 2008 17:09:57 +0000 (-0700) Subject: USB: vstusb: fix compiler warning on x86-64 X-Git-Tag: v2.6.28-rc5~16^2~24 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=6c5ab376b0b579cf58f9217dcd7a94d817f7a043;p=linux-2.6-omap-h63xx.git USB: vstusb: fix compiler warning on x86-64 This fixes a reported compiler warning. Reported-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/vstusb.c b/drivers/usb/misc/vstusb.c index 8648470c81c..63dff9ba73c 100644 --- a/drivers/usb/misc/vstusb.c +++ b/drivers/usb/misc/vstusb.c @@ -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); }