Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151033
b: refs/heads/master
c: fa1b2ca
h: refs/heads/master
i:
  151031: 67f8e48
v: v3
  • Loading branch information
Jean Delvare committed Jun 15, 2009
1 parent f5895ab commit 2a75575
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 66b650f04576a6737579ec404446450026ff2e0b
refs/heads/master: fa1b2ca4fa271f9300a764b9d505a027156f749b
1 change: 0 additions & 1 deletion trunk/drivers/i2c/busses/i2c-voodoo3.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ static struct i2c_algo_bit_data voo_i2c_bit_data = {

static struct i2c_adapter voodoo3_i2c_adapter = {
.owner = THIS_MODULE,
.class = I2C_CLASS_TV_ANALOG,
.name = "I2C Voodoo3/Banshee adapter",
.algo_data = &voo_i2c_bit_data,
};
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/video/tdfxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,6 @@ static int __devinit tdfxfb_setup_i2c_bus(struct tdfxfb_i2c_chan *chan,

strlcpy(chan->adapter.name, name, sizeof(chan->adapter.name));
chan->adapter.owner = THIS_MODULE;
chan->adapter.class = I2C_CLASS_TV_ANALOG;
chan->adapter.algo_data = &chan->algo;
chan->adapter.dev.parent = dev;
chan->algo.setsda = tdfxfb_i2c_setsda;
Expand Down

0 comments on commit 2a75575

Please sign in to comment.