Re: [PATCH v2] [media] tvp514x: Fix init seqeunce

2013-06-23 Thread Prabhakar Lad
On Sun, Jun 23, 2013 at 7:31 PM, Lars-Peter Clausen wrote: > client->driver->id_table will always point to the first entry in the device id > table. So all devices will use the same init sequence. Use the id table entry > that gets passed to the driver's probe() function to get the right init > se

[PATCH v2] [media] tvp514x: Fix init seqeunce

2013-06-23 Thread Lars-Peter Clausen
client->driver->id_table will always point to the first entry in the device id table. So all devices will use the same init sequence. Use the id table entry that gets passed to the driver's probe() function to get the right init sequence. Signed-off-by: Lars-Peter Clausen --- Changes since v1: