Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56841
b: refs/heads/master
c: bdc4abd
h: refs/heads/master
i:
  56839: 0cc1df4
v: v3
  • Loading branch information
Pete Zaitcev authored and Greg Kroah-Hartman committed May 23, 2007
1 parent 70f26b7 commit 05450e2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b268f484f9d7ce91301091e0fb2c80e9e8caa3df
refs/heads/master: bdc4abdd0960e7ca946f4ec93b4cf7a2b826b24f
2 changes: 1 addition & 1 deletion trunk/drivers/usb/class/usblp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ static int usblp_probe(struct usb_interface *intf,
usblp->writebuf, usblp->writeurb->transfer_dma);
if (usblp->readbuf)
usb_buffer_free (usblp->dev, USBLP_BUF_SIZE,
usblp->readbuf, usblp->writeurb->transfer_dma);
usblp->readbuf, usblp->readurb->transfer_dma);
kfree(usblp->statusbuf);
kfree(usblp->device_id_string);
usb_free_urb(usblp->writeurb);
Expand Down

0 comments on commit 05450e2

Please sign in to comment.