--- r8180_core.c 2008-12-09 04:42:54.000000000 +0100 +++ r8180_core.c 2009-02-28 19:39:35.000000000 +0100 @@ -6769,7 +6769,7 @@ if( filename && *filename) { srcf = filp_open(filename, O_RDONLY, 0); if (IS_ERR(srcf)) { - printk("--> Error %ld opening %s\n", -PTR_ERR(srcf),filename); + //printk("--> Error %ld opening %s\n", -PTR_ERR(srcf),filename); goto done; } else { if (srcf->f_op && srcf->f_op->read) {