Commit fbffb28f authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

[media] smiapp: Drop a debug print on frame size and bit depth

The first time the sensor is powered on, the information is not yet
available.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: default avatarSebastian Reichel <sre@kernel.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 1b81717e
......@@ -926,12 +926,6 @@ static int smiapp_update_mode(struct smiapp_sensor *sensor)
unsigned int binning_mode;
int rval;
dev_dbg(&client->dev, "frame size: %dx%d\n",
sensor->src->crop[SMIAPP_PAD_SRC].width,
sensor->src->crop[SMIAPP_PAD_SRC].height);
dev_dbg(&client->dev, "csi format width: %d\n",
sensor->csi_format->width);
/* Binning has to be set up here; it affects limits */
if (sensor->binning_horizontal == 1 &&
sensor->binning_vertical == 1) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment