V4L/DVB (12843): tm6000: cleanup: remove a test debug code
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -51,8 +51,7 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req,
|
|||||||
memcpy(data, buf, len);
|
memcpy(data, buf, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (tm6000_debug & V4L2_DEBUG_I2C) {
|
if (tm6000_debug & V4L2_DEBUG_I2C) {
|
||||||
if(1){
|
|
||||||
if (!ini)
|
if (!ini)
|
||||||
last=ini=jiffies;
|
last=ini=jiffies;
|
||||||
|
|
||||||
@@ -82,8 +81,7 @@ if(1){
|
|||||||
if (req_type & USB_DIR_IN)
|
if (req_type & USB_DIR_IN)
|
||||||
memcpy(buf, data, len);
|
memcpy(buf, data, len);
|
||||||
|
|
||||||
// if (tm6000_debug & V4L2_DEBUG_I2C) {
|
if (tm6000_debug & V4L2_DEBUG_I2C) {
|
||||||
if(1) {
|
|
||||||
if (ret<0) {
|
if (ret<0) {
|
||||||
if (req_type & USB_DIR_IN)
|
if (req_type & USB_DIR_IN)
|
||||||
printk("<<< (len=%d)\n",len);
|
printk("<<< (len=%d)\n",len);
|
||||||
|
Reference in New Issue
Block a user