Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76575
b: refs/heads/master
c: 6373678
h: refs/heads/master
i:
  76573: 1555c05
  76571: d0f4056
  76567: ce136b5
  76559: 078bd58
  76543: b89e3e9
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 06ab156 commit 7aca00f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 225ba900886f6d2d3447dd5bfdb95217f0619755
refs/heads/master: 63736784f73e7c38b2bad5ed3ed783dc102ba01e
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/videodev.c
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,

*id = vfd->current_norm;

dbgarg (cmd, "value=%Lu\n", (long long unsigned) *id);
dbgarg (cmd, "value=%08Lx\n", (long long unsigned) *id);

ret=0;
break;
Expand All @@ -982,7 +982,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
{
v4l2_std_id *id = arg,norm;

dbgarg (cmd, "value=%Lu\n", (long long unsigned) *id);
dbgarg (cmd, "value=%08Lx\n", (long long unsigned) *id);

norm = (*id) & vfd->tvnorms;
if ( vfd->tvnorms && !norm) /* Check if std is supported */
Expand All @@ -1008,7 +1008,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
break;
ret=vfd->vidioc_querystd(file, fh, arg);
if (!ret)
dbgarg (cmd, "detected std=%Lu\n",
dbgarg (cmd, "detected std=%08Lx\n",
(unsigned long long)*p);
break;
}
Expand All @@ -1028,7 +1028,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
if (!ret)
dbgarg (cmd, "index=%d, name=%s, type=%d, "
"audioset=%d, "
"tuner=%d, std=%Ld, status=%d\n",
"tuner=%d, std=%08Lx, status=%d\n",
p->index,p->name,p->type,p->audioset,
p->tuner,
(unsigned long long)p->std,
Expand Down

0 comments on commit 7aca00f

Please sign in to comment.