Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285362
b: refs/heads/master
c: 875f0e3
h: refs/heads/master
v: v3
  • Loading branch information
Thierry Reding authored and Mauro Carvalho Chehab committed Dec 11, 2011
1 parent a47233f commit c4fd43c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: fcd44b9efb0b33208a8575e5e776f4319d3b9698
refs/heads/master: 875f0e3da1e88f166940cbb5e530b05eb64ccc1f
6 changes: 2 additions & 4 deletions trunk/drivers/media/video/tm6000/tm6000-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1614,12 +1614,10 @@ static int tm6000_release(struct file *file)

if (&dev->int_in)
usb_set_interface(dev->udev,
dev->isoc_in.bInterfaceNumber,
2);
dev->isoc_in.bInterfaceNumber, 2);
else
usb_set_interface(dev->udev,
dev->isoc_in.bInterfaceNumber,
0);
dev->isoc_in.bInterfaceNumber, 0);

/* Start interrupt USB pipe */
tm6000_ir_int_start(dev);
Expand Down

0 comments on commit c4fd43c

Please sign in to comment.