Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285361
b: refs/heads/master
c: fcd44b9
h: refs/heads/master
i:
  285359: 2a40933
v: v3
  • Loading branch information
Thierry Reding authored and Mauro Carvalho Chehab committed Dec 11, 2011
1 parent 0b5182b commit a47233f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 1fc2b5f7fb6d98c079236d57203c7b73a13c54d7
refs/heads/master: fcd44b9efb0b33208a8575e5e776f4319d3b9698
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/tm6000/tm6000-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ int tm6000_read_write_usb(struct tm6000_core *dev, u8 req_type, u8 req,
}

kfree(data);
msleep(5);

if ((dev->quirks & TM6000_QUIRK_NO_USB_DELAY) == 0)
msleep(5);

mutex_unlock(&dev->usb_lock);
return ret;
Expand Down

0 comments on commit a47233f

Please sign in to comment.