diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c b/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c index 8a9933dec912..05ea17afe903 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c +++ b/drivers/media/video/pvrusb2/pvrusb2-i2c-cmd-v4l2.c | |||
@@ -31,7 +31,7 @@ static void set_standard(struct pvr2_hdw *hdw) | |||
31 | v4l2_std_id vs; | 31 | v4l2_std_id vs; |
32 | vs = hdw->std_mask_cur; | 32 | vs = hdw->std_mask_cur; |
33 | pvr2_trace(PVR2_TRACE_CHIPS, | 33 | pvr2_trace(PVR2_TRACE_CHIPS, |
34 | "i2c v4l2 set_standard(0x%llx)",(__u64)vs); | 34 | "i2c v4l2 set_standard(0x%llx)",(long long unsigned)vs); |
35 | 35 | ||
36 | pvr2_i2c_core_cmd(hdw,VIDIOC_S_STD,&vs); | 36 | pvr2_i2c_core_cmd(hdw,VIDIOC_S_STD,&vs); |
37 | } | 37 | } |