Loading drivers/staging/tm6000/tm6000-core.c +5 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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); Loading Loading
drivers/staging/tm6000/tm6000-core.c +5 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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); Loading