diff options
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-i2c.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-i2c.c b/drivers/media/video/saa7134/saa7134-i2c.c index 2e15f43d26e..f3e285aa2fb 100644 --- a/drivers/media/video/saa7134/saa7134-i2c.c +++ b/drivers/media/video/saa7134/saa7134-i2c.c | |||
@@ -255,7 +255,7 @@ static int saa7134_i2c_xfer(struct i2c_adapter *i2c_adap, | |||
255 | addr = msgs[i].addr << 1; | 255 | addr = msgs[i].addr << 1; |
256 | if (msgs[i].flags & I2C_M_RD) | 256 | if (msgs[i].flags & I2C_M_RD) |
257 | addr |= 1; | 257 | addr |= 1; |
258 | if (i > 0 && msgs[i].flags & I2C_M_RD) { | 258 | if (i > 0 && msgs[i].flags & I2C_M_RD && msgs[i].addr != 0x40) { |
259 | /* workaround for a saa7134 i2c bug | 259 | /* workaround for a saa7134 i2c bug |
260 | * needed to talk to the mt352 demux | 260 | * needed to talk to the mt352 demux |
261 | * thanks to pinnacle for the hint */ | 261 | * thanks to pinnacle for the hint */ |