[media] saa7164: Remove loud debugging during video_poll()
authorSteven Toth <stoth@kernellabs.com>
Sun, 5 Sep 2010 17:49:15 +0000 (14:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 09:55:22 +0000 (07:55 -0200)
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7164/saa7164-encoder.c

index 0d317ae..6cf723a 100644 (file)
@@ -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;
        }