Skip to content

Commit

Permalink
V4L/DVB (6162): cx23885: whitespace cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 70ebd70 commit 44a6481
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 183 deletions.
3 changes: 2 additions & 1 deletion 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 44a6481

Please sign in to comment.