Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Sakari Ailus and committed by
Mauro Carvalho Chehab
fbffb28f 1b81717e

-6
-6
drivers/media/i2c/smiapp/smiapp-core.c
··· 926 926 unsigned int binning_mode; 927 927 int rval; 928 928 929 - dev_dbg(&client->dev, "frame size: %dx%d\n", 930 - sensor->src->crop[SMIAPP_PAD_SRC].width, 931 - sensor->src->crop[SMIAPP_PAD_SRC].height); 932 - dev_dbg(&client->dev, "csi format width: %d\n", 933 - sensor->csi_format->width); 934 - 935 929 /* Binning has to be set up here; it affects limits */ 936 930 if (sensor->binning_horizontal == 1 && 937 931 sensor->binning_vertical == 1) {