Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65851
b: refs/heads/master
c: 44a6481
h: refs/heads/master
i:
  65849: 57a9251
  65847: 1bf338d
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 2c5a060 commit dd677f8
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 184 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: 70ebd70573a58a2c0405ef038f1acf74c795eaa5
refs/heads/master: 44a6481dcd9ec835bbd608b1b2ee47ee62c7e1d8
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/cx23885/cx23885-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ void cx23885_card_setup(struct cx23885_dev *dev)

if (dev->i2c_bus[0].i2c_rc == 0) {
dev->i2c_bus[0].i2c_client.addr = 0xa0 >> 1;
tveeprom_read(&dev->i2c_bus[0].i2c_client, eeprom, sizeof(eeprom));
tveeprom_read(&dev->i2c_bus[0].i2c_client,
eeprom, sizeof(eeprom));
}

switch (dev->board) {
Expand Down
Loading

0 comments on commit dd677f8

Please sign in to comment.