diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-03-10 12:55:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:18 -0400 |
commit | a27e4fd321cdfe5b333efb41589c1008c705e312 (patch) | |
tree | 83c670bb40738546409af8f1847fcc8c5d82c9c2 | |
parent | cbb72b0f690b138bdc0c934b533390bf1ec59a04 (diff) |
V4L/DVB (10948): flexcop-pci: Print a message in case the new stream watchdog detects a problem
Print a message in case the new software IRQ watchdog detects a problem.
I choose the info message category, this can be changed if not appropriate.
Cc: Patrick Boettcher <patrick.boettcher@desy.de>
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/b2c2/flexcop-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/b2c2/flexcop-pci.c b/drivers/media/dvb/b2c2/flexcop-pci.c index 76e37fd96bb6..84d2252045c8 100644 --- a/drivers/media/dvb/b2c2/flexcop-pci.c +++ b/drivers/media/dvb/b2c2/flexcop-pci.c | |||
@@ -113,6 +113,7 @@ static void flexcop_pci_irq_check_work(struct work_struct *work) | |||
113 | deb_chk("no IRQ since the last check\n"); | 113 | deb_chk("no IRQ since the last check\n"); |
114 | if (fc_pci->stream_problem++ == 3) { | 114 | if (fc_pci->stream_problem++ == 3) { |
115 | struct dvb_demux_feed *feed; | 115 | struct dvb_demux_feed *feed; |
116 | deb_info("flexcop-pci: stream problem, resetting pid filter\n"); | ||
116 | 117 | ||
117 | spin_lock_irq(&fc->demux.lock); | 118 | spin_lock_irq(&fc->demux.lock); |
118 | list_for_each_entry(feed, &fc->demux.feed_list, | 119 | list_for_each_entry(feed, &fc->demux.feed_list, |