diff options
Diffstat (limited to 'drivers/media/video/bt856.c')
-rw-r--r-- | drivers/media/video/bt856.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt856.c b/drivers/media/video/bt856.c index af3c7a885d50..78db39503947 100644 --- a/drivers/media/video/bt856.c +++ b/drivers/media/video/bt856.c | |||
@@ -125,7 +125,7 @@ static int bt856_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std) | |||
125 | { | 125 | { |
126 | struct bt856 *encoder = to_bt856(sd); | 126 | struct bt856 *encoder = to_bt856(sd); |
127 | 127 | ||
128 | v4l2_dbg(1, debug, sd, "set norm %llx\n", std); | 128 | v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std); |
129 | 129 | ||
130 | if (std & V4L2_STD_NTSC) { | 130 | if (std & V4L2_STD_NTSC) { |
131 | bt856_setbit(encoder, 0xdc, 2, 0); | 131 | bt856_setbit(encoder, 0xdc, 2, 0); |