Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325895
b: refs/heads/master
c: affaab4
h: refs/heads/master
i:
  325893: 0a76327
  325891: 1e50719
  325887: dbd92cc
v: v3
  • Loading branch information
Sachin Kamat authored and Felipe Balbi committed Sep 3, 2012
1 parent 6025c96 commit 909ee11
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: 78f0c53ef8563009bf089ef90c7204f526d4a589
refs/heads/master: affaab4c58d8e5f7c30ca2be351277cf72d2336f
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/s3c-hsudc.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ static struct usb_request *s3c_hsudc_alloc_request(struct usb_ep *_ep,
{
struct s3c_hsudc_req *hsreq;

hsreq = kzalloc(sizeof *hsreq, gfp_flags);
hsreq = kzalloc(sizeof(*hsreq), gfp_flags);
if (!hsreq)
return 0;

Expand Down

0 comments on commit 909ee11

Please sign in to comment.