Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86061
b: refs/heads/master
c: efa66f1
h: refs/heads/master
i:
  86059: a1fb657
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Feb 21, 2008
1 parent 37de2b4 commit 7c3cf39
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: 618b88670573020920a52e8754f4d5f216f74fdb
refs/heads/master: efa66f14e2d1aaad8ad7e1664d768de74ffb665b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/printer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ printer_unbind(struct usb_gadget *gadget)
printer_req_free(dev->in_ep, req);
}

if (dev->current_rx_req != NULL);
if (dev->current_rx_req != NULL)
printer_req_free(dev->out_ep, dev->current_rx_req);

while (!list_empty(&dev->rx_reqs)) {
Expand Down

0 comments on commit 7c3cf39

Please sign in to comment.