--- drivers/media/video/cx88/cx88-video.c 2005-11-19 03:40:08.000000000 +0100 +++ drivers/media/video/cx88/cx88-video.c-new 2005-11-19 03:39:54.000000000 +0100 @@ -1258,9 +1258,9 @@ if (video_debug > 1) cx88_print_ioctl(core->name,cmd); - printk( KERN_INFO "CORE IOCTL: 0x%x\n", cmd ); + /*printk( KERN_INFO "CORE IOCTL: 0x%x\n", cmd ); cx88_print_ioctl(core->name,cmd); - dprintk( 1, "CORE IOCTL: 0x%x\n", cmd ); + dprintk( 1, "CORE IOCTL: 0x%x\n", cmd );*/ switch (cmd) { /* ---------- tv norms ---------- */ --- drivers/media/video/tea5767.c 2005-11-19 18:58:43.000000000 +0100 +++ drivers/media/video/tea5767.c-new 2005-11-19 18:57:04.000000000 +0100 @@ -243,8 +243,8 @@ buffer[0] = (div >> 8) & 0x3f; buffer[1] = div & 0xff; - if (5 != (rc = i2c_master_send(c, buffer, 5))) - tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); + /*if (5 != (rc = i2c_master_send(c, buffer, 5))) + tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);*/ if (tuner_debug) { if (5 != (rc = i2c_master_recv(c, buffer, 5))) @@ -261,8 +261,8 @@ struct tuner *t = i2c_get_clientdata(c); memset(buffer, 0, sizeof(buffer)); - if (5 != (rc = i2c_master_recv(c, buffer, 5))) - tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); + /*if (5 != (rc = i2c_master_recv(c, buffer, 5))) + tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);*/ return ((buffer[3] & TEA5767_ADC_LEVEL_MASK) << (13 - 4)); } @@ -274,8 +274,8 @@ struct tuner *t = i2c_get_clientdata(c); memset(buffer, 0, sizeof(buffer)); - if (5 != (rc = i2c_master_recv(c, buffer, 5))) - tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); + /*if (5 != (rc = i2c_master_recv(c, buffer, 5))) + tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);*/ rc = buffer[2] & TEA5767_STEREO_MASK; @@ -298,8 +298,8 @@ TEA5767_ST_NOISE_CTL | TEA5767_JAPAN_BAND | TEA5767_STDBY; buffer[4] = 0; - if (5 != (rc = i2c_master_send(c, buffer, 5))) - tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc); + /*if (5 != (rc = i2c_master_send(c, buffer, 5))) + tuner_warn("i2c i/o error: rc == %d (should be 5)\n", rc);*/ } int tea5767_autodetection(struct i2c_client *c)