diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-i2c.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-i2c.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/cx23885/cx23885-i2c.c b/drivers/media/video/cx23885/cx23885-i2c.c index 155ab928cd60..c40c37f2d139 100644 --- a/drivers/media/video/cx23885/cx23885-i2c.c +++ b/drivers/media/video/cx23885/cx23885-i2c.c | |||
@@ -267,12 +267,10 @@ static int detach_inform(struct i2c_client *client) | |||
267 | void cx23885_call_i2c_clients(struct cx23885_i2c *bus, | 267 | void cx23885_call_i2c_clients(struct cx23885_i2c *bus, |
268 | unsigned int cmd, void *arg) | 268 | unsigned int cmd, void *arg) |
269 | { | 269 | { |
270 | // struct cx23885_dev *dev = bus->dev; | ||
271 | |||
272 | if (bus->i2c_rc != 0) | 270 | if (bus->i2c_rc != 0) |
273 | return; | 271 | return; |
274 | 272 | ||
275 | i2c_clients_command(&bus->i2c_adap, cmd, arg); | 273 | i2c_clients_command(&bus->i2c_adap, cmd, arg); |
276 | } | 274 | } |
277 | 275 | ||
278 | static int cx23885_algo_control(struct i2c_adapter *adap, | 276 | static int cx23885_algo_control(struct i2c_adapter *adap, |