Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316952
b: refs/heads/master
c: 3336abb
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Jun 6, 2012
1 parent 6c2e932 commit bfaa678
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1e2360eadaa33c09bb72afb14f74b6c6ab2aca66
refs/heads/master: 3336abb5b608300550136ddab7a7101b30d45fa7
3 changes: 3 additions & 0 deletions trunk/drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,9 @@ static void dwc3_endpoint_interrupt(struct dwc3 *dwc,

dep = dwc->eps[epnum];

if (!(dep->flags & DWC3_EP_ENABLED))
return;

dev_vdbg(dwc->dev, "%s: %s\n", dep->name,
dwc3_ep_event_string(event->endpoint_event));

Expand Down

0 comments on commit bfaa678

Please sign in to comment.