Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18686
b: refs/heads/master
c: a9cff90
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Jan 15, 2006
1 parent f8a9e92 commit 0a2877e
Show file tree
Hide file tree
Showing 3 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: 15192b1d53506f739b36d37543c42619ac290ebc
refs/heads/master: a9cff90ed9a23e9f73963fe73b71ef7e5de3e822
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx25840/cx25840-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ MODULE_LICENSE("GPL");
static unsigned short normal_i2c[] = { 0x88 >> 1, I2C_CLIENT_END };


int cx25840_debug;
static int cx25840_debug;

module_param_named(debug,cx25840_debug, int, 0644);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tvp5150.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ struct i2c_vbi_ram_value {
unsigned char values[26];
};

struct i2c_vbi_ram_value vbi_ram_default[] =
static struct i2c_vbi_ram_value vbi_ram_default[] =
{
{0x010, /* WST SECAM 6 */
{ 0xaa, 0xaa, 0xff, 0xff , 0xe7, 0x2e, 0x20, 0x26, 0xe6, 0xb4, 0x0e, 0x0, 0x0, 0x0, 0x10, 0x0 }
Expand Down

0 comments on commit 0a2877e

Please sign in to comment.