]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/bt866.c
V4L/DVB (11146): gspca - vc032x: Change the probe sequence.
[linux-2.6-omap-h63xx.git] / drivers / media / video / bt866.c
index 0a32221fa3f9416068cd6ab4aaac8100b2e47801..350cae4b02c3f96866fd9a73583889a88ed9ef68 100644 (file)
@@ -91,7 +91,7 @@ static int bt866_write(struct bt866 *encoder, u8 subaddr, u8 data)
 
 static int bt866_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std)
 {
-       v4l2_dbg(1, debug, sd, "set norm %llx\n", std);
+       v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std);
 
        /* Only PAL supported by this driver at the moment! */
        if (!(std & V4L2_STD_NTSC))