Commit 25f9461a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (13847): smsdvb: Remove a wrong debug message

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5eb23975
......@@ -162,7 +162,6 @@ static void smsdvb_update_dvb_stats(struct RECEPTION_STATISTICS_S *pReceptionDat
printk(KERN_DEBUG "DvbhSrvIndHP = %d", p->DvbhSrvIndHP);
printk(KERN_DEBUG "DvbhSrvIndLP = %d", p->DvbhSrvIndLP);
printk(KERN_DEBUG "NumMPEReceived = %d", p->NumMPEReceived);
printk(KERN_DEBUG "ReservedFields[10] = %d", p->ReservedFields[10]);
}
pReceptionData->IsDemodLocked = p->IsDemodLocked;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment