media: smiapp: fix debug message
ask_h gets printed here instead of ask_w. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
6949d86477
commit
18d6a9b831
|
@ -1892,7 +1892,7 @@ static int scaling_goodness(struct v4l2_subdev *subdev, int w, int ask_w,
|
|||
val -= SCALING_GOODNESS_EXTREME;
|
||||
|
||||
dev_dbg(&client->dev, "w %d ask_w %d h %d ask_h %d goodness %d\n",
|
||||
w, ask_h, h, ask_h, val);
|
||||
w, ask_w, h, ask_h, val);
|
||||
|
||||
return val;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue