summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-core.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@linuxtv.org>2008-10-16 19:30:45 -0400
committerSteven Toth <stoth@linuxtv.org>2008-10-16 19:30:45 -0400
commitc68f8a1e41810d2f39e380717f2289deb7dde7c8 (patch)
treeccba3742596441eea3f57ff3e348ae8ea3a4174c /linux/drivers/media/video/cx88/cx88-core.c
parentb414249d852c548811ee1152bbb6305d6d5af689 (diff)
downloadmediapointer-dvb-s2-c68f8a1e41810d2f39e380717f2289deb7dde7c8.tar.gz
mediapointer-dvb-s2-c68f8a1e41810d2f39e380717f2289deb7dde7c8.tar.bz2
cx88: Change spurious buffer message into a debug only message
From: Steven Toth <stoth@linuxtv.org> 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. Priority: normal Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c
index 4ce5f7589..b2f6dc5c3 100644
--- a/linux/drivers/media/video/cx88/cx88-core.c
+++ b/linux/drivers/media/video/cx88/cx88-core.c
@@ -574,7 +574,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)