Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179541
b: refs/heads/master
c: 0ac6e14
h: refs/heads/master
i:
  179539: bd25561
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent e09c9cd commit a12f513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 83dbe82bd7766e5045e6561bd44e22b801e7ad76
refs/heads/master: 0ac6e141eb105f5845eb7066b5279709393b1c78
3 changes: 0 additions & 3 deletions trunk/drivers/media/dvb/mantis/mantis_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#include "mantis_reg.h"
#include "mantis_i2c.h"

#define I2C_HW_B_MANTIS 0x1c

#define TRIALS 10000

static int mantis_i2c_read(struct mantis_pci *mantis, const struct i2c_msg *msg)
Expand Down Expand Up @@ -234,7 +232,6 @@ int __devinit mantis_i2c_init(struct mantis_pci *mantis)
i2c_adapter->class = I2C_CLASS_TV_DIGITAL;
i2c_adapter->algo = &mantis_algo;
i2c_adapter->algo_data = NULL;
i2c_adapter->id = I2C_HW_B_MANTIS;
i2c_adapter->timeout = 500;
i2c_adapter->retries = 3;
i2c_adapter->dev.parent = &pdev->dev;
Expand Down

0 comments on commit a12f513

Please sign in to comment.