Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364607
b: refs/heads/master
c: 658c8cf
h: refs/heads/master
i:
  364605: 1626484
  364603: f8a8485
  364599: 456b83e
  364591: f43e57f
  364575: 9c22a59
  364543: 0e4ad2a
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 7eb4f65 commit 3a6fc88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef222cb5b575df57d8cd511965800519b90a6c31
refs/heads/master: 658c8cf14dce1093e9f810f7e04a711ed79da6bd
4 changes: 4 additions & 0 deletions trunk/drivers/usb/gadget/udc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ int usb_add_gadget_udc(struct device *parent, struct usb_gadget *gadget)

dev_set_name(&gadget->dev, "gadget");

dma_set_coherent_mask(&gadget->dev, parent->coherent_dma_mask);
gadget->dev.dma_parms = parent->dma_parms;
gadget->dev.dma_mask = parent->dma_mask;

ret = device_register(&gadget->dev);
if (ret)
goto err2;
Expand Down

0 comments on commit 3a6fc88

Please sign in to comment.