diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-10 16:55:14 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-10 16:55:14 +0000 |
commit | 170f8d4937939b9a0252e62983e0a508b3954897 (patch) | |
tree | 259f7cf1c61fcff7537d1a0e737fa74d216bc888 /linux/drivers/media/dvb | |
parent | 9f7a080438022fdabe299e8fc012720f048ecc25 (diff) | |
download | mediapointer-dvb-s2-170f8d4937939b9a0252e62983e0a508b3954897.tar.gz mediapointer-dvb-s2-170f8d4937939b9a0252e62983e0a508b3954897.tar.bz2 |
flexcop-pci: Print a message in case the new stream watchdog detects a problem
From: Matthias Schwarzott <zzam@gentoo.org>
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.
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
CC: Patrick Boettcher <patrick.boettcher@desy.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/flexcop-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-pci.c b/linux/drivers/media/dvb/b2c2/flexcop-pci.c index 2905ffccf..72710fee2 100644 --- a/linux/drivers/media/dvb/b2c2/flexcop-pci.c +++ b/linux/drivers/media/dvb/b2c2/flexcop-pci.c @@ -133,6 +133,7 @@ static void flexcop_pci_irq_check_work(struct work_struct *work) deb_chk("no IRQ since the last check\n"); if (fc_pci->stream_problem++ == 3) { struct dvb_demux_feed *feed; + deb_info("flexcop-pci: stream problem, resetting pid filter\n"); spin_lock_irq(&fc->demux.lock); list_for_each_entry(feed, &fc->demux.feed_list, |