mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-01 11:46:49 +07:00
[media] ngene: Fix copy-paste error
Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
f33de4aa24
commit
e549bedf8f
@ -47,7 +47,7 @@ MODULE_PARM_DESC(one_adapter, "Use only one adapter.");
|
||||
|
||||
static int shutdown_workaround;
|
||||
module_param(shutdown_workaround, int, 0644);
|
||||
MODULE_PARM_DESC(one_adapter, "Activate workaround for shutdown problem with some chipsets.");
|
||||
MODULE_PARM_DESC(shutdown_workaround, "Activate workaround for shutdown problem with some chipsets.");
|
||||
|
||||
static int debug;
|
||||
module_param(debug, int, 0444);
|
||||
|
Loading…
Reference in New Issue
Block a user