]> git.karo-electronics.de Git - linux-beck.git/commitdiff
V4L/DVB (9262): cx88: Change spurious buffer message into a debug only message
authorSteven Toth <stoth@linuxtv.org>
Thu, 16 Oct 2008 23:30:45 +0000 (20:30 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 17 Oct 2008 20:28:03 +0000 (17:28 -0300)
A number of users have complained that their syslog often shows this
messages but it doesn't impact performance. I'm changing this to a debug
message, so developers will still see the message during testing and
users will no longer be bothered by this.

Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-core.c

index d656fec5901086469fb750eeced37588b7702ccc..60705b08bfe899e5c39a17ef6dd83b8436f9ff30 100644 (file)
@@ -549,7 +549,8 @@ void cx88_wakeup(struct cx88_core *core,
                mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT);
        }
        if (bc != 1)
-               printk("%s: %d buffers handled (should be 1)\n",__func__,bc);
+               dprintk(2, "%s: %d buffers handled (should be 1)\n",
+                       __func__, bc);
 }
 
 void cx88_shutdown(struct cx88_core *core)