Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39575
b: refs/heads/master
c: 474ce78
h: refs/heads/master
i:
  39573: 5245b47
  39571: c36112b
  39567: 6838b21
v: v3
  • Loading branch information
Enrico Scholz authored and Mauro Carvalho Chehab committed Oct 14, 2006
1 parent ad3ea9e commit 329d76c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: fc2fa31f4eaa53995593ced14c73f2cf63dcfa17
refs/heads/master: 474ce78130ba37cb50e620c538ab3ffe6c582ba6
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/videodev.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
*/

#define dbgarg(cmd, fmt, arg...) \
if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) \
if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) { \
printk (KERN_DEBUG "%s: ", vfd->name); \
v4l_printk_ioctl(cmd); \
printk (KERN_DEBUG "%s: " fmt, vfd->name, ## arg);
printk (KERN_DEBUG "%s: " fmt, vfd->name, ## arg); \
}

#define dbgarg2(fmt, arg...) \
if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) \
Expand Down

0 comments on commit 329d76c

Please sign in to comment.