projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e20d8
)
USB: vstusb: fix compiler warning on x86-64
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 31 Oct 2008 17:09:57 +0000
(10:09 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 13 Nov 2008 22:45:00 +0000
(14:45 -0800)
This fixes a reported compiler warning.
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/vstusb.c
patch
|
blob
|
history
diff --git
a/drivers/usb/misc/vstusb.c
b/drivers/usb/misc/vstusb.c
index
8648470
..
63dff9b
100644
(file)
--- 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 %
z
d bytes from pipe %d\n",
__func__, usb_data.count, usb_data.pipe);
}