Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117171
b: refs/heads/master
c: a496c64
h: refs/heads/master
i:
  117169: ada15be
  117167: 8f1deb5
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent 195da75 commit 63ae934
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e8fab4ce763c36869624c5388714ff19c30a91a7
refs/heads/master: a496c64f1363ec4d67ebdc1e1f619ad6372a574c
3 changes: 2 additions & 1 deletion trunk/drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,9 +849,10 @@ static void acm_write_buffers_free(struct acm *acm)
{
int i;
struct acm_wb *wb;
struct usb_device *usb_dev = interface_to_usbdev(acm->control);

for (wb = &acm->wb[0], i = 0; i < ACM_NW; i++, wb++) {
usb_buffer_free(acm->dev, acm->writesize, wb->buf, wb->dmah);
usb_buffer_free(usb_dev, acm->writesize, wb->buf, wb->dmah);
}
}

Expand Down

0 comments on commit 63ae934

Please sign in to comment.