]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB: tm6000: fix i2c addr test
authorStefan Ringel <stefan.ringel@arcor.de>
Sun, 21 Feb 2010 20:10:36 +0000 (17:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:44:06 +0000 (00:44 -0300)
commit685b122906069f9e7b9995bf2b128137c86b558c
treef68d7272e468ef73daa58d6734730205e3d2469e
parent89eeda67118c10b0d3d0d94006919d7640b26ab4
V4L/DVB: tm6000: fix i2c addr test

The i2c addr on I2C core is specified on 7-bit format, but tm6000
expects it on 8-bit format.

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-i2c.c