[media] saa7164: Disable firmware debug message output
... Also disable collection of messages via kernel thread. Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
dec2f091f6
commit
841fec0054
|
@ -52,7 +52,7 @@ unsigned int saa_debug;
|
|||
module_param_named(debug, saa_debug, int, 0644);
|
||||
MODULE_PARM_DESC(debug, "enable debug messages");
|
||||
|
||||
unsigned int fw_debug = 2;
|
||||
unsigned int fw_debug;
|
||||
module_param(fw_debug, int, 0644);
|
||||
MODULE_PARM_DESC(fw_debug, "Firware debug level def:2");
|
||||
|
||||
|
|
Loading…
Reference in New Issue