mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 05:04:00 +08:00
[media] xc4000: turn off debug logging by default
Don't dump debug into to dmesg by default (something I had enabled during bringup of the xc4000 driver). Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
2df12510f9
commit
4922cec59a
@ -36,7 +36,7 @@
|
||||
#include "tuner-i2c.h"
|
||||
#include "tuner-xc2028-types.h"
|
||||
|
||||
static int debug=1;
|
||||
static int debug;
|
||||
module_param(debug, int, 0644);
|
||||
MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off).");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user