V4L/DVB (10914): v4l2: fix compile warnings when printing u64 value.
[deliverable/linux.git] / drivers / media / video / vpx3220.c
index ed50b912d8a0d5f8a4c7cb510593de08391388c9..0cc23539f74dcdba539987df6079686787867b20 100644 (file)
@@ -354,7 +354,7 @@ static int vpx3220_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
           choosen video norm */
        temp_input = vpx3220_fp_read(sd, 0xf2);
 
-       v4l2_dbg(1, debug, sd, "VIDIOC_S_STD %llx\n", std);
+       v4l2_dbg(1, debug, sd, "VIDIOC_S_STD %llx\n", (unsigned long long)std);
        if (std & V4L2_STD_NTSC) {
                vpx3220_write_fp_block(sd, init_ntsc, sizeof(init_ntsc) >> 1);
                v4l2_dbg(1, debug, sd, "norm switched to NTSC\n");
This page took 0.030026 seconds and 5 git commands to generate.