Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364709
b: refs/heads/master
c: c36cbfc
h: refs/heads/master
i:
  364707: 8332ecd
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent df0351f commit f92d1c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 662e9469cbd736e9e0cd72468f3d62e75b159464
refs/heads/master: c36cbfc045bf6e812fa3b9e898603ff45316f369
2 changes: 0 additions & 2 deletions trunk/drivers/usb/gadget/net2272.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ static const char * const ep_name[] = {
"ep-a", "ep-b", "ep-c",
};

#define DMA_ADDR_INVALID (~(dma_addr_t)0)
#ifdef CONFIG_USB_GADGET_NET2272_DMA
/*
* use_dma: the NET2272 can use an external DMA controller.
Expand Down Expand Up @@ -341,7 +340,6 @@ net2272_alloc_request(struct usb_ep *_ep, gfp_t gfp_flags)
if (!req)
return NULL;

req->req.dma = DMA_ADDR_INVALID;
INIT_LIST_HEAD(&req->queue);

return &req->req;
Expand Down

0 comments on commit f92d1c2

Please sign in to comment.