]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
V4L/DVB (12839): tm6000: Another trial to fix analog streaming
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 25 Oct 2008 11:56:22 +0000 (08:56 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:40:17 +0000 (00:40 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-core.c

index c4e1aeb0195bcd35786054430056af355a69b940..c56750338dd18a720c614b1a0bef81c42cc59cf0 100644 (file)
@@ -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;
 
@@ -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");
                }
        }
 
@@ -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);