Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68595
b: refs/heads/master
c: cdeec3c
h: refs/heads/master
i:
  68593: 3c7a32a
  68591: e0c6b86
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Oct 13, 2007
1 parent 5c929be commit 19b8839
Show file tree
Hide file tree
Showing 2 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: 3be27d37c257fa5f99363f9c8e06e405cbad712e
refs/heads/master: cdeec3cc79c7b1acfa89fb362b01e544ecfb285c
7 changes: 0 additions & 7 deletions trunk/drivers/media/video/cx23885/cx23885-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,20 +272,13 @@ void cx23885_call_i2c_clients(struct cx23885_i2c *bus,
i2c_clients_command(&bus->i2c_adap, cmd, arg);
}

static int cx23885_algo_control(struct i2c_adapter *adap,
unsigned int cmd, unsigned long arg)
{
return 0;
}

static u32 cx23885_functionality(struct i2c_adapter *adap)
{
return I2C_FUNC_SMBUS_EMUL | I2C_FUNC_I2C;
}

static struct i2c_algorithm cx23885_i2c_algo_template = {
.master_xfer = i2c_xfer,
.algo_control = cx23885_algo_control,
.functionality = cx23885_functionality,
};

Expand Down

0 comments on commit 19b8839

Please sign in to comment.