Skip to content

Commit

Permalink
V4L/DVB (9262): cx88: Change spurious buffer message into a debug onl…
Browse files Browse the repository at this point in the history
…y 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 <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 17, 2008
1 parent 8f3cd53 commit 376a841
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/video/cx88/cx88-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 376a841

Please sign in to comment.