Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25138
b: refs/heads/master
c: 9419045
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Mauro Carvalho Chehab committed Apr 2, 2006
1 parent 7a4e2d6 commit 8b23b73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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: 26abe0234d443f1089ea7e514c8fc66493c0d307
refs/heads/master: 9419045f842e7b763928636f9c61dfa134b2052d
13 changes: 6 additions & 7 deletions trunk/drivers/media/video/cpia.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,13 @@ MODULE_LICENSE("GPL");
MODULE_SUPPORTED_DEVICE("video");
#endif

static unsigned short colorspace_conv = 0;
static unsigned short colorspace_conv;
module_param(colorspace_conv, ushort, 0444);
MODULE_PARM_DESC(colorspace_conv,
"\n<n> Colorspace conversion:"
"\n0 = disable"
"\n1 = enable"
"\nDefault value is 0"
"\n");
" Colorspace conversion:"
"\n 0 = disable, 1 = enable"
"\n Default value is 0"
);

#define ABOUT "V4L-Driver for Vision CPiA based cameras"

Expand Down Expand Up @@ -4042,7 +4041,7 @@ static int __init cpia_init(void)
"allowed, it is disabled by default now. Users should fix the "
"applications in case they don't work without conversion "
"reenabled by setting the 'colorspace_conv' module "
"parameter to 1");
"parameter to 1\n");

#ifdef CONFIG_PROC_FS
proc_cpia_create();
Expand Down

0 comments on commit 8b23b73

Please sign in to comment.