Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303898
b: refs/heads/master
c: 72688dc
h: refs/heads/master
v: v3
  • Loading branch information
Sasha Levin authored and Greg Kroah-Hartman committed May 11, 2012
1 parent 41e81b8 commit 6edbff8
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: fdf6e6390a567963e302a62ef676dd648d11661c
refs/heads/master: 72688dc95afcb42f4d5e8762f8790144cec9a280
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 @@ -598,7 +598,7 @@ static void dummy_free_request(struct usb_ep *_ep, struct usb_request *_req)
struct dummy_request *req;

if (!_ep || !_req) {
__WARN();
WARN_ON(1);
return;
}

Expand Down

0 comments on commit 6edbff8

Please sign in to comment.