From: Steven Toth Date: Thu, 16 Oct 2008 23:30:45 +0000 (-0300) Subject: V4L/DVB (9262): cx88: Change spurious buffer message into a debug only message X-Git-Tag: v2.6.28-rc1~256^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=376a841440967417a1e8d8f6b2672a27c43d262f;p=profile%2Fivi%2Fkernel-x86-ivi.git V4L/DVB (9262): cx88: Change spurious buffer message into a debug only message 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88-core.c b/drivers/media/video/cx88/cx88-core.c index d656fec..60705b0 100644 --- a/drivers/media/video/cx88/cx88-core.c +++ b/drivers/media/video/cx88/cx88-core.c @@ -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)