Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192698
b: refs/heads/master
c: 8ae1fc6
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent 5fa080d commit 303a6e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 717ecd2b9a71970698c04f34239c6a1e5d08fbc2
refs/heads/master: 8ae1fc6e10cdf9be754cccee2a3ee551a981ab08
8 changes: 5 additions & 3 deletions trunk/drivers/staging/tm6000/tm6000-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ 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 (tm6000_debug & V4L2_DEBUG_I2C) {
if(1){
if (!ini)
last=ini=jiffies;

Expand All @@ -71,7 +72,7 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req,
for (i=0;i<len;i++) {
printk(" %02x",buf[i]);
}
printk("\n");
printk("\n");
}
}

Expand All @@ -81,7 +82,8 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req,
if (req_type & USB_DIR_IN)
memcpy(buf, data, len);

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

0 comments on commit 303a6e3

Please sign in to comment.