Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164148
b: refs/heads/master
c: 2ceae8f
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent f9aadf8 commit 15e7ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dd1ee4442d14f90d4da6b8a2ee37ab922100f250
refs/heads/master: 2ceae8fdfa55475ef8d7cb9bcaf3fd242ea1edcc
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/saa7164/saa7164-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,9 @@ static int __devinit saa7164_initdev(struct pci_dev *pci_dev,
printk(KERN_ERR "%s() Unsupported board detected, "
"registering without firmware\n", __func__);

printk(KERN_INFO "%s() waitsecs = %d\n", __func__, waitsecs);
dprintk(1, "%s() parameter debug = %d\n", __func__, debug);
dprintk(1, "%s() parameter waitsecs = %d\n", __func__, waitsecs);

fail_fw:
return 0;

Expand Down

0 comments on commit 15e7ebd

Please sign in to comment.