summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt819.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-03-06 14:15:01 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2009-03-06 14:15:01 +0100
commit8ff9ed6b3df6436c1f12119309667c3621c08bab (patch)
tree402bd24763235f9f625fb8649285cbef00ebd71b /linux/drivers/media/video/bt819.c
parent64d20e39637f98c31a3a93399e9e0628c82fc053 (diff)
downloadmediapointer-dvb-s2-8ff9ed6b3df6436c1f12119309667c3621c08bab.tar.gz
mediapointer-dvb-s2-8ff9ed6b3df6436c1f12119309667c3621c08bab.tar.bz2
v4l2: fix compile warnings when printing u64 value.
From: Hans Verkuil <hverkuil@xs4all.nl> Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/bt819.c')
-rw-r--r--linux/drivers/media/video/bt819.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bt819.c b/linux/drivers/media/video/bt819.c
index ec64197e9..9f9596c7c 100644
--- a/linux/drivers/media/video/bt819.c
+++ b/linux/drivers/media/video/bt819.c
@@ -254,7 +254,7 @@ static int bt819_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
struct bt819 *decoder = to_bt819(sd);
struct timing *timing = NULL;
- v4l2_dbg(1, debug, sd, "set norm %llx\n", std);
+ v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std);
if (std & V4L2_STD_NTSC) {
bt819_setbit(decoder, 0x01, 0, 1);
@@ -273,7 +273,8 @@ static int bt819_s_std(struct v4l2_subdev *sd, v4l2_std_id std)
/* bt819_setbit(decoder, 0x1a, 5, 0); */
timing = &timing_data[0];
} else {
- v4l2_dbg(1, debug, sd, "unsupported norm %llx\n", std);
+ v4l2_dbg(1, debug, sd, "unsupported norm %llx\n",
+ (unsigned long long)std);
return -EINVAL;
}
bt819_write(decoder, 0x03,