diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-22 17:26:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-22 17:26:54 -0300 |
commit | 6301ad7e55f44cf256927f3eb083131e8750cac9 (patch) | |
tree | c8304874f2508b03ae330c2268ebe5b74e0ee487 /linux/drivers/media/video | |
parent | c6fd7f549be2b5bc257bd3ad8ceec92097e85594 (diff) | |
download | mediapointer-dvb-s2-6301ad7e55f44cf256927f3eb083131e8750cac9.tar.gz mediapointer-dvb-s2-6301ad7e55f44cf256927f3eb083131e8750cac9.tar.bz2 |
Fix excess of debug messages on cx88-mpeg
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Closes the issue opened on Kernel bugzilla:
http://bugzilla.kernel.org/show_bug.cgi?id=8383
There's no need to print timeout without debug turned on:
Apr 27 23:02:14 video kernel: cx88[1]/2-mpeg: cx8802_timeout
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-mpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-mpeg.c b/linux/drivers/media/video/cx88/cx88-mpeg.c index bd5ed6760..268e253e9 100644 --- a/linux/drivers/media/video/cx88/cx88-mpeg.c +++ b/linux/drivers/media/video/cx88/cx88-mpeg.c @@ -375,7 +375,7 @@ static void cx8802_timeout(unsigned long data) { struct cx8802_dev *dev = (struct cx8802_dev*)data; - dprintk(0, "%s\n",__FUNCTION__); + dprintk(1, "%s\n",__FUNCTION__); if (debug) cx88_sram_channel_dump(dev->core, &cx88_sram_channels[SRAM_CH28]); |