summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-06-26 23:24:05 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2006-06-26 23:24:05 +0200
commitf946df2d8b2498e21954e07cc0126e8beb34ac40 (patch)
tree95115d2bf833a6416b509222529d4837c14e26f1 /linux/drivers/media/video/pvrusb2
parent630df645af9c5f22d032d768942fb03f584cbec7 (diff)
downloadmediapointer-dvb-s2-f946df2d8b2498e21954e07cc0126e8beb34ac40.tar.gz
mediapointer-dvb-s2-f946df2d8b2498e21954e07cc0126e8beb34ac40.tar.bz2
Pass an explicit log prefix to cx2341x_log_status
From: Hans Verkuil <hverkuil@xs4all.nl> A card number is not unique enough. Instead, let the caller specify the prefix of the status messages. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2')
-rw-r--r--linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index 91a0ae19d..72eedc937 100644
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -2414,7 +2414,7 @@ void pvr2_hdw_trigger_module_log(struct pvr2_hdw *hdw)
hdw->log_requested = 0;
pvr2_i2c_core_sync(hdw);
pvr2_trace(PVR2_TRACE_INFO,"cx2341x config:");
- cx2341x_log_status(&hdw->enc_ctl_state,0);
+ cx2341x_log_status(&hdw->enc_ctl_state, "pvrusb2");
printk(KERN_INFO "pvrusb2: ================== END STATUS CARD #%d ==================\n", nr);
} while (0); LOCK_GIVE(hdw->big_lock);
}