Re: [PATCH] [media] tc358743: validate lane count and order

2017-09-22 Thread Sakari Ailus
Hi Philipp, On Thu, Sep 21, 2017 at 05:31:39PM +0200, Philipp Zabel wrote: > The TC358743 does not support reordering lanes, or more than 4 data > lanes. > > Signed-off-by: Philipp Zabel > --- > drivers/media/i2c/tc358743.c | 16 > 1 file changed, 16

[PATCH] [media] tc358743: validate lane count and order

2017-09-21 Thread Philipp Zabel
The TC358743 does not support reordering lanes, or more than 4 data lanes. Signed-off-by: Philipp Zabel --- drivers/media/i2c/tc358743.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/media/i2c/tc358743.c b/drivers/media/i2c/tc358743.c