Bug 8383 - drivers/media/video/cx88/cx88-mpeg.c debug Message
Summary: drivers/media/video/cx88/cx88-mpeg.c debug Message
Status: CLOSED CODE_FIX
Alias: None
Product: v4l-dvb
Classification: Unclassified
Component: cx88 (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Mauro Carvalho Chehab
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-27 23:54 UTC by Patrick
Modified: 2007-06-22 13:34 UTC (History)
0 users

See Also:
Kernel Version: 2.6.21.1
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Patrick 2007-04-27 23:54:19 UTC
I get many of this debug messages in my dvb-s card (every 5 min.):
Apr 27 23:02:14 video kernel: cx88[1]/2-mpeg: cx8802_timeout
Apr 27 23:07:27 video kernel: cx88[1]/2-mpeg: cx8802_timeout

lspci:
00:10.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio
Decoder (rev 05)
00:10.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio
Decoder [Audio Port] (rev 05)
00:10.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio
Decoder [MPEG Port] (rev 05)
00:10.4 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio
Decoder [IR Port] (rev 05)

i think this are debug messages and the 0 should be a 1???:

--- cx88-mpeg.c 2007-04-28 08:46:09.000000000 +0200
+++ cx88-mpeg.c-2       2007-04-28 08:34:06.000000000 +0200
@@ -313,7 +313,7 @@
 {
        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]);
Comment 1 Mauro Carvalho Chehab 2007-06-22 13:33:48 UTC
There's no need for having this printed every time. Issue fixed on development tree:
   http://linuxtv.org/hg/v4l-dvb/rev/13bbf310bf18

I should send the fix to be added on kernel 2.6.23.

Note You need to log in before you can comment on or make changes to this bug.