Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41279
b: refs/heads/master
c: 5d02d02
h: refs/heads/master
i:
  41277: d685618
  41275: 81b2248
  41271: 9902c9a
  41263: c4ff406
  41247: bdf383f
  41215: a7d6345
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 4f24631 commit 47d8420
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: 4064fe43e8bf6cfe7fc6fadfbccc7fe1fbb1f0c1
refs/heads/master: 5d02d027ac2e7778011fa833b3efa50b72a23dcd
3 changes: 1 addition & 2 deletions trunk/drivers/media/dvb/ttusb-dec/ttusb_dec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,8 +1135,7 @@ static void ttusb_dec_free_iso_urbs(struct ttusb_dec *dec)
dprintk("%s\n", __FUNCTION__);

for (i = 0; i < ISO_BUF_COUNT; i++)
if (dec->iso_urb[i])
usb_free_urb(dec->iso_urb[i]);
usb_free_urb(dec->iso_urb[i]);

pci_free_consistent(NULL,
ISO_FRAME_SIZE * (FRAMES_PER_ISO_BUF *
Expand Down

0 comments on commit 47d8420

Please sign in to comment.