projects
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Merge tag 'for_linux-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwesse...
[linux-3.10.git]
/
drivers
/
usb
/
early
/
ehci-dbgp.c
diff --git
a/drivers/usb/early/ehci-dbgp.c
b/drivers/usb/early/ehci-dbgp.c
index
347bb05
..
89dcf15
100644
(file)
--- a/
drivers/usb/early/ehci-dbgp.c
+++ b/
drivers/usb/early/ehci-dbgp.c
@@
-334,7
+334,7
@@
static int dbgp_control_msg(unsigned devnum, int requesttype,
int ret;
read = (requesttype & USB_DIR_IN) != 0;
- if (size > (read ? DBGP_MAX_PACKET:0))
+ if (size > (read ? DBGP_MAX_PACKET : 0))
return -1;
/* Compute the control message */