Browse Source

[media] saa7164: Remove loud debugging during video_poll()

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Steven Toth 15 years ago
parent
commit
dec2f091f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/media/video/saa7164/saa7164-encoder.c

+ 0 - 1
drivers/media/video/saa7164/saa7164-encoder.c

@@ -1260,7 +1260,6 @@ static ssize_t fops_read(struct file *file, char __user *buffer,
 	}
 err:
 	if (!ret && !ubuf) {
-		printk(KERN_ERR "%s() EAGAIN\n", __func__);
 		ret = -EAGAIN;
 	}