Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316862
b: refs/heads/master
c: 4d4847b
h: refs/heads/master
v: v3
  • Loading branch information
Jeffrin Jose authored and Greg Kroah-Hartman committed Jun 13, 2012
1 parent 29e8fd4 commit 2069130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81df2d594340dcb6d1a02191976be88a1ca8120c
refs/heads/master: 4d4847b8502ec093864936a4669318675c0ced22
2 changes: 1 addition & 1 deletion trunk/drivers/usb/early/ehci-dbgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 2069130

Please sign in to comment.