Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128
b: refs/heads/master
c: 975e046
h: refs/heads/master
v: v3
  • Loading branch information
Bert Wesarg authored and Linus Torvalds committed Apr 16, 2005
1 parent 638136b commit 041a265
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 31143a12044caa3521edafd736e3bc18c098d2fd
refs/heads/master: 975e046cc06005bafe0c5ce81d55a1b1eb84f5a1
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tda9887.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,9 @@ static int tda9887_set_pinnacle(struct tda9887 *t, char *buf)
/* ---------------------------------------------------------------------- */

static char pal[] = "-";
module_param_string(pal, pal, 0644, sizeof(pal));
module_param_string(pal, pal, sizeof(pal), 0644);
static char secam[] = "-";
module_param_string(secam, secam, 0644, sizeof(secam));
module_param_string(secam, secam, sizeof(secam), 0644);

static int tda9887_fixup_std(struct tda9887 *t)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static void set_type(struct i2c_client *c, unsigned int type)
}

static char pal[] = "-";
module_param_string(pal, pal, 0644, sizeof(pal));
module_param_string(pal, pal, sizeof(pal), 0644);

static int tuner_fixup_std(struct tuner *t)
{
Expand Down

0 comments on commit 041a265

Please sign in to comment.