mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 13:36:41 +07:00
V4L/DVB (5085): Pvrusb2: trace print added
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
644afdb9cc
commit
8433544ea9
@ -605,6 +605,12 @@ void pvr2_i2c_core_status_poll(struct pvr2_hdw *hdw)
|
||||
cp->status_poll(cp);
|
||||
}
|
||||
hdw->tuner_signal_stale = 0;
|
||||
pvr2_trace(PVR2_TRACE_CHIPS,"i2c status poll"
|
||||
" type=%u strength=%u audio=0x%x cap=0x%x"
|
||||
" low=%u hi=%u",
|
||||
vtp->type,
|
||||
vtp->signal,vtp->rxsubchans,vtp->capability,
|
||||
vtp->rangelow,vtp->rangehigh);
|
||||
} while (0); mutex_unlock(&hdw->i2c_list_lock);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user