Commit 45c79296 authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Mauro Carvalho Chehab
Browse files

media: controls: Log VP8 stateless control in .std_log



Simply print the type of the control.

Signed-off-by: default avatarEzequiel Garcia <ezequiel@collabora.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent e74b504a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1787,6 +1787,9 @@ static void std_log(const struct v4l2_ctrl *ctrl)
	case V4L2_CTRL_TYPE_FWHT_PARAMS:
		pr_cont("FWHT_PARAMS");
		break;
	case V4L2_CTRL_TYPE_VP8_FRAME:
		pr_cont("VP8_FRAME");
		break;
	default:
		pr_cont("unknown type %d", ctrl->type);
		break;