Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192702
b: refs/heads/master
c: edecce0
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent a596a81 commit 6dc1299
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: 721f507b694f3be7c872d63a323afde91e43dfff
refs/heads/master: edecce0a31b4447ee75dd0df34c7c5fc90ba6f6b
6 changes: 2 additions & 4 deletions trunk/drivers/staging/tm6000/tm6000-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req,
memcpy(data, buf, len);
}

// if (tm6000_debug & V4L2_DEBUG_I2C) {
if(1){
if (tm6000_debug & V4L2_DEBUG_I2C) {
if (!ini)
last=ini=jiffies;

Expand Down Expand Up @@ -82,8 +81,7 @@ if(1){
if (req_type & USB_DIR_IN)
memcpy(buf, data, len);

// if (tm6000_debug & V4L2_DEBUG_I2C) {
if(1) {
if (tm6000_debug & V4L2_DEBUG_I2C) {
if (ret<0) {
if (req_type & USB_DIR_IN)
printk("<<< (len=%d)\n",len);
Expand Down

0 comments on commit 6dc1299

Please sign in to comment.