Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219155
b: refs/heads/master
c: a644c07
h: refs/heads/master
i:
  219153: 2f68336
  219151: 618291d
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 564ed84 commit c60aba8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: 1edc246c32dafd03979a341eec2528b7cdf5c37d
refs/heads/master: a644c072ea2a0ba9bd46430a4710cc3ac7cbdc21
1 change: 0 additions & 1 deletion trunk/drivers/media/common/saa7146_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ int saa7146_i2c_adapter_prepare(struct saa7146_dev *dev, struct i2c_adapter *i2c
i2c_adapter->dev.parent = &dev->pci->dev;
i2c_adapter->algo = &saa7146_algo;
i2c_adapter->algo_data = NULL;
i2c_adapter->id = I2C_HW_SAA7146;
i2c_adapter->timeout = SAA7146_I2C_TIMEOUT;
i2c_adapter->retries = SAA7146_I2C_RETRIES;
}
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,12 +1052,6 @@ static int tuner_probe(struct i2c_client *client,
printk(KERN_CONT "%02x ", buffer[i]);
printk("\n");
}
/* HACK: This test was added to avoid tuner to probe tda9840 and
tea6415c on the MXB card */
if (client->adapter->id == I2C_HW_SAA7146 && client->addr < 0x4a) {
kfree(t);
return -ENODEV;
}

/* autodetection code based on the i2c addr */
if (!no_autodetect) {
Expand Down

0 comments on commit c60aba8

Please sign in to comment.