aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-i2c-core.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c b/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
index 35a06652a60c..540233e9d6b7 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
@@ -605,6 +605,12 @@ void pvr2_i2c_core_status_poll(struct pvr2_hdw *hdw)
605 cp->status_poll(cp); 605 cp->status_poll(cp);
606 } 606 }
607 hdw->tuner_signal_stale = 0; 607 hdw->tuner_signal_stale = 0;
608 pvr2_trace(PVR2_TRACE_CHIPS,"i2c status poll"
609 " type=%u strength=%u audio=0x%x cap=0x%x"
610 " low=%u hi=%u",
611 vtp->type,
612 vtp->signal,vtp->rxsubchans,vtp->capability,
613 vtp->rangelow,vtp->rangehigh);
608 } while (0); mutex_unlock(&hdw->i2c_list_lock); 614 } while (0); mutex_unlock(&hdw->i2c_list_lock);
609} 615}
610 616