Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65887
b: refs/heads/master
c: 39f46ad
h: refs/heads/master
i:
  65885: af13f0b
  65883: 6affb69
  65879: c33273c
  65871: eea2783
  65855: cb5f36c
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 1b760e9 commit 52c0c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 7fb0dfc853735ccf4e580b0d71510bad96d37c4f
refs/heads/master: 39f46adef8e83653b4716369683c134e1413ad30
4 changes: 1 addition & 3 deletions trunk/drivers/media/video/usbvision/usbvision-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ static inline int usb_find_address(struct i2c_adapter *i2c_adap,
addr = (msg->addr << 1);
if (flags & I2C_M_RD)
addr |= 1;
if (flags & I2C_M_REV_DIR_ADDR)
addr ^= 1;

add[0] = addr;
if (flags & I2C_M_RD)
Expand Down Expand Up @@ -192,7 +190,7 @@ static int algo_control(struct i2c_adapter *adapter, unsigned int cmd, unsigned

static u32 functionality(struct i2c_adapter *adap)
{
return I2C_FUNC_SMBUS_EMUL | I2C_FUNC_10BIT_ADDR | I2C_FUNC_PROTOCOL_MANGLING;
return I2C_FUNC_SMBUS_EMUL | I2C_FUNC_10BIT_ADDR;
}


Expand Down

0 comments on commit 52c0c52

Please sign in to comment.