Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155795
b: refs/heads/master
c: ca4e771
h: refs/heads/master
i:
  155793: c7df562
  155791: 4c612ea
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jul 24, 2009
1 parent 8f75a70 commit 9039585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 12a34cc8a9a49219ab643c8ec329078eec272b47
refs/heads/master: ca4e771f7b878b7bab02dedb539f7742f9b4f50e
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/cx23885/cx23885-417.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ MODULE_PARM_DESC(v4l_debug, "enable V4L debug messages");

#define dprintk(level, fmt, arg...)\
do { if (v4l_debug >= level) \
printk(KERN_DEBUG "%s: " fmt, dev->name , ## arg);\
printk(KERN_DEBUG "%s: " fmt, \
(dev) ? dev->name : "cx23885[?]", ## arg); \
} while (0)

static struct cx23885_tvnorm cx23885_tvnorms[] = {
Expand Down

0 comments on commit 9039585

Please sign in to comment.