Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295082
b: refs/heads/master
c: c9e7252
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 19, 2012
1 parent f171728 commit 6207784
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0c22affebae259c140ee55134bc0cf29aea3878d
refs/heads/master: c9e7252c62f5ccddcb4ced0910887b0e19663011
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/w9966.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ MODULE_LICENSE("GPL");
MODULE_VERSION("0.33.1");

#ifdef MODULE
static const char *pardev[] = {[0 ... W9966_MAXCAMS] = ""};
static char *pardev[] = {[0 ... W9966_MAXCAMS] = ""};
#else
static const char *pardev[] = {[0 ... W9966_MAXCAMS] = "aggressive"};
static char *pardev[] = {[0 ... W9966_MAXCAMS] = "aggressive"};
#endif
module_param_array(pardev, charp, NULL, 0);
MODULE_PARM_DESC(pardev, "pardev: where to search for\n"
Expand Down

0 comments on commit 6207784

Please sign in to comment.