Re: [PATCH v2 13/17] smiapp: Improve debug messages from frame layout reading

2016-09-19 Thread Sebastian Reichel
Hi, On Thu, Sep 15, 2016 at 02:22:27PM +0300, Sakari Ailus wrote: > Provide more debugging information on reading the frame layout. > > [...] > > @@ -130,7 +127,7 @@ static int smiapp_read_frame_fmt(struct smiapp_sensor > *sensor) > pixels = desc & SMIAPP_FRAME_FORMAT_DESC_

[PATCH v2 13/17] smiapp: Improve debug messages from frame layout reading

2016-09-15 Thread Sakari Ailus
Provide more debugging information on reading the frame layout. Signed-off-by: Sakari Ailus --- drivers/media/i2c/smiapp/smiapp-core.c | 21 + 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/drivers/media/i2c/smiapp/smiapp-core.c b/drivers/media/i2c/smiapp/smi