Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21677
b: refs/heads/master
c: b9ee9ad
h: refs/heads/master
i:
  21675: 798f9f4
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Feb 27, 2006
1 parent 4dbb157 commit 82aa216
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: 44fd06fa9002c42b367c152594cc95b7632c081d
refs/heads/master: b9ee9ad7cb91301aae0fc12e11f79ba119c133d9
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx88/cx88-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ void cx88_card_setup(struct cx88_core *core)
if (0 == core->i2c_rc) {
/* enable tuner */
int i;
u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
core->i2c_client.addr = 0x0a;

for (i = 0; i < 5; i++)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -3554,7 +3554,7 @@ int saa7134_board_init2(struct saa7134_dev *dev)
{
/* enable tuner */
int i;
u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
dev->i2c_client.addr = 0x0a;
for (i = 0; i < 5; i++)
if (2 != i2c_master_send(&dev->i2c_client,&buffer[i*2],2))
Expand Down

0 comments on commit 82aa216

Please sign in to comment.