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_4_PIXELS_MASK; > } else { > dev_dbg(&client->dev, > - "invalid frame format model type %d\n", > + "0x8.8x invalid frame format model type %d\n", 0x8.8x doesn't look very interesting ;) Apart from the '%' the actual argument is also missing. > [...] Once that is fixed: Reviewed-By: Sebastian Reichel -- Sebastian