Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299414
b: refs/heads/master
c: 64b6c8a
h: refs/heads/master
v: v3
  • Loading branch information
Anton Tikhomirov authored and Felipe Balbi committed Apr 10, 2012
1 parent 5c67c20 commit 315c179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: db1d8ba36551bf55222c7961d9e9a1195a612fde
refs/heads/master: 64b6c8a7019acc38cc6b37f8e72c1e915593b1bb
6 changes: 3 additions & 3 deletions trunk/drivers/usb/dwc3/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ static void dwc3_free_event_buffers(struct dwc3 *dwc)

for (i = 0; i < dwc->num_event_buffers; i++) {
evt = dwc->ev_buffs[i];
if (evt) {
if (evt)
dwc3_free_one_event_buffer(dwc, evt);
dwc->ev_buffs[i] = NULL;
}
}

kfree(dwc->ev_buffs);
}

/**
Expand Down

0 comments on commit 315c179

Please sign in to comment.