Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164994
b: refs/heads/master
c: 5971897
h: refs/heads/master
v: v3
  • Loading branch information
Markus Rechberger authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 2d52693 commit 8c496fb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7949f4e16456183bae0bc19ffe92072a27d0553e
refs/heads/master: 5971897f3025249c0eea1987fb12efb8c65c93a4
3 changes: 2 additions & 1 deletion trunk/drivers/usb/core/devio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,8 @@ static int proc_do_submiturb(struct dev_state *ps, struct usbdevfs_urb *uurb,
}
totlen += isopkt[u].length;
}
if (totlen > 32768) {
/* 3072 * 64 microframes */
if (totlen > 196608) {
kfree(isopkt);
return -EINVAL;
}
Expand Down

0 comments on commit 8c496fb

Please sign in to comment.