Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289645
b: refs/heads/master
c: b1443ac
h: refs/heads/master
i:
  289643: ccf624e
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Mar 3, 2012
1 parent ecc9680 commit 275d007
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: 6ef1a9276be455c114c000ef3d43666cb6ded371
refs/heads/master: b1443ac0e486842c133b8805ee035ab3ff918763
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/dummy_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ static int transfer(struct dummy_hcd *dum_hcd, struct urb *urb,
len = dummy_perform_transfer(urb, req, len);

ep->last_io = jiffies;
if (len < 0) {
if ((int)len < 0) {
req->req.status = len;
} else {
limit -= len;
Expand Down

0 comments on commit 275d007

Please sign in to comment.