Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117168
b: refs/heads/master
c: 3131f7b
h: refs/heads/master
v: v3
  • Loading branch information
Robert Jarzmik authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent 8f1deb5 commit 9218258
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: dd9ebf1421902df806c0ed6fac296badaca06161
refs/heads/master: 3131f7b0ab9ed461daa2464fffd9df784d1f730d
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/pxa27x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ pxa_ep_alloc_request(struct usb_ep *_ep, gfp_t gfp_flags)
struct pxa27x_request *req;

req = kzalloc(sizeof *req, gfp_flags);
if (!req || !_ep)
if (!req)
return NULL;

INIT_LIST_HEAD(&req->queue);
Expand Down

0 comments on commit 9218258

Please sign in to comment.