Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295031
b: refs/heads/master
c: b3f5bad
h: refs/heads/master
i:
  295029: d26d740
  295027: d2f1266
  295023: e7c1b52
v: v3
  • Loading branch information
Danny Kukawka authored and Mauro Carvalho Chehab committed Mar 8, 2012
1 parent 7edd43a commit b0a0292
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: 0d47bf5585b1240141c8fb84627e5c1a54ab7a6d
refs/heads/master: b3f5badaa1108f9174f068b915700a9e2f2d9ae2
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx18/cx18-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static int radio[CX18_MAX_CARDS] = { -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1, -1, -1 };
static unsigned cardtype_c = 1;
static unsigned tuner_c = 1;
static bool radio_c = 1;
static unsigned radio_c = 1;
static char pal[] = "--";
static char secam[] = "--";
static char ntsc[] = "-";
Expand Down Expand Up @@ -110,7 +110,7 @@ static int retry_mmio = 1;
int cx18_debug;

module_param_array(tuner, int, &tuner_c, 0644);
module_param_array(radio, bool, &radio_c, 0644);
module_param_array(radio, int, &radio_c, 0644);
module_param_array(cardtype, int, &cardtype_c, 0644);
module_param_string(pal, pal, sizeof(pal), 0644);
module_param_string(secam, secam, sizeof(secam), 0644);
Expand Down

0 comments on commit b0a0292

Please sign in to comment.