aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/siano
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-12-25 09:47:33 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 13:10:26 -0500
commit25f9461a03f5f5a577a626df3ae5bcf09542d96a (patch)
tree0cdf250fa5a3aa7238ece52971a65ec8d8c475fa /drivers/media/dvb/siano
parent5eb23975b441cb8814eab82f5768e09106d50578 (diff)
V4L/DVB (13847): smsdvb: Remove a wrong debug message
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/siano')
-rw-r--r--drivers/media/dvb/siano/smsdvb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/smsdvb.c b/drivers/media/dvb/siano/smsdvb.c
index b44ba399799f..4784c8f21224 100644
--- a/drivers/media/dvb/siano/smsdvb.c
+++ b/drivers/media/dvb/siano/smsdvb.c
@@ -162,7 +162,6 @@ static void smsdvb_update_dvb_stats(struct RECEPTION_STATISTICS_S *pReceptionDat
162 printk(KERN_DEBUG "DvbhSrvIndHP = %d", p->DvbhSrvIndHP); 162 printk(KERN_DEBUG "DvbhSrvIndHP = %d", p->DvbhSrvIndHP);
163 printk(KERN_DEBUG "DvbhSrvIndLP = %d", p->DvbhSrvIndLP); 163 printk(KERN_DEBUG "DvbhSrvIndLP = %d", p->DvbhSrvIndLP);
164 printk(KERN_DEBUG "NumMPEReceived = %d", p->NumMPEReceived); 164 printk(KERN_DEBUG "NumMPEReceived = %d", p->NumMPEReceived);
165 printk(KERN_DEBUG "ReservedFields[10] = %d", p->ReservedFields[10]);
166 } 165 }
167 166
168 pReceptionData->IsDemodLocked = p->IsDemodLocked; 167 pReceptionData->IsDemodLocked = p->IsDemodLocked;