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

Default value should be 'debugging disabled'.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Javier Martin 2012-10-30 11:12:32 -03:00 committed by Mauro Carvalho Chehab
parent 37e310edf3
commit 2027240968
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ MODULE_AUTHOR("Javier Martin <javier.martin@vista-silicon.com");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_VERSION("0.0.1"); MODULE_VERSION("0.0.1");
static bool debug = true; static bool debug;
module_param(debug, bool, 0644); module_param(debug, bool, 0644);
/* Flags that indicate a format can be used for capture/output */ /* Flags that indicate a format can be used for capture/output */