Skip to content

Commit

Permalink
V4L/DVB (13847): smsdvb: Remove a wrong debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 5eb2397 commit 25f9461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/dvb/siano/smsdvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 25f9461

Please sign in to comment.