diff options
Diffstat (limited to 'drivers/media/dvb/siano/smsdvb.c')
-rw-r--r-- | drivers/media/dvb/siano/smsdvb.c | 1 |
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; |