Skip to content

Commit

Permalink
[media] media: m2m-deinterlace: Do not set debugging flag to true
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Javier Martin authored and Mauro Carvalho Chehab committed Dec 21, 2012
1 parent 37e310e commit 2027240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/m2m-deinterlace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 2027240

Please sign in to comment.