V4L/DVB (6627): CXUSB: handle write then read from different address
authorChris Pascoe <c.pascoe@itee.uq.edu.au>
Mon, 19 Nov 2007 06:05:09 +0000 (03:05 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:02:20 +0000 (19:02 -0200)
commita644e4a3e95f8ca6eca019c92d8dfde101150687
treefd99aabaf1ab9e1bb1d88f98918f3ee4e08f9de3
parent272479d7ab067344d118e7633b624bf98f8896f3
V4L/DVB (6627): CXUSB: handle write then read from different address

The path to perform a read immediately after a write was not checking that
the address being read from was the same as the one that was written.

Handling this case correctly should mean that we now can handle more than
two i2c messages at a time.

Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-usb/cxusb.c