Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56086
b: refs/heads/master
c: ed69686
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed May 9, 2007
1 parent fba7b3a commit cf30bd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: 57e45b31c1f32d15b6642c3af1578ee40be35dfb
refs/heads/master: ed69686a16e09005419d36be6a94d35c18fedabc
7 changes: 0 additions & 7 deletions trunk/drivers/media/video/cx88/cx88-vp3054-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ static struct i2c_adapter vp3054_i2c_adap_template = {
.id = I2C_HW_B_CX2388x,
};

static struct i2c_client vp3054_i2c_client_template = {
.name = "VP-3054",
};

int vp3054_i2c_probe(struct cx8802_dev *dev)
{
struct cx88_core *core = dev->core;
Expand All @@ -133,8 +129,6 @@ int vp3054_i2c_probe(struct cx8802_dev *dev)
sizeof(vp3054_i2c->adap));
memcpy(&vp3054_i2c->algo, &vp3054_i2c_algo_template,
sizeof(vp3054_i2c->algo));
memcpy(&vp3054_i2c->client, &vp3054_i2c_client_template,
sizeof(vp3054_i2c->client));

vp3054_i2c->adap.class |= I2C_CLASS_TV_DIGITAL;

Expand All @@ -144,7 +138,6 @@ int vp3054_i2c_probe(struct cx8802_dev *dev)
vp3054_i2c->algo.data = dev;
i2c_set_adapdata(&vp3054_i2c->adap, dev);
vp3054_i2c->adap.algo_data = &vp3054_i2c->algo;
vp3054_i2c->client.adapter = &vp3054_i2c->adap;

vp3054_bit_setscl(dev,1);
vp3054_bit_setsda(dev,1);
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/cx88/cx88-vp3054-i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
struct vp3054_i2c_state {
struct i2c_adapter adap;
struct i2c_algo_bit_data algo;
struct i2c_client client;
u32 state;
};

Expand Down

0 comments on commit cf30bd5

Please sign in to comment.