提交 20272409 编写于 作者: J Javier Martin 提交者: Mauro Carvalho Chehab

[media] media: m2m-deinterlace: Do not set debugging flag to true

Default value should be 'debugging disabled'.
Signed-off-by: NJavier Martin <javier.martin@vista-silicon.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 37e310ed
......@@ -28,7 +28,7 @@ MODULE_AUTHOR("Javier Martin <javier.martin@vista-silicon.com");
MODULE_LICENSE("GPL");
MODULE_VERSION("0.0.1");
static bool debug = true;
static bool debug;
module_param(debug, bool, 0644);
/* Flags that indicate a format can be used for capture/output */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册