Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41289
b: refs/heads/master
c: 2381526
h: refs/heads/master
i:
  41287: fc1af2a
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 941cc8c commit 94bc4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 459f836a612d28f224dbbc306ab63187014a6503
refs/heads/master: 2381526a793582ad18b30af0e3013ccad1a8bcdb
3 changes: 1 addition & 2 deletions trunk/drivers/usb/input/ati_remote2.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,7 @@ static void ati_remote2_urb_cleanup(struct ati_remote2 *ar2)
int i;

for (i = 0; i < 2; i++) {
if (ar2->urb[i])
usb_free_urb(ar2->urb[i]);
usb_free_urb(ar2->urb[i]);

if (ar2->buf[i])
usb_buffer_free(ar2->udev, 4, ar2->buf[i], ar2->buf_dma[i]);
Expand Down

0 comments on commit 94bc4cd

Please sign in to comment.