mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 04:53:09 -04:00
ASoC: Intel: avs: Simplify ignore_fw_version description
Reword the parameter description to drop any confusion regarding its purpose. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20221010121955.718168-14-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
65edda6015
commit
263e3e2dfe
@@ -43,7 +43,7 @@
|
||||
/* Occasionally, engineering (release candidate) firmware is provided for testing. */
|
||||
static bool debug_ignore_fw_version;
|
||||
module_param_named(ignore_fw_version, debug_ignore_fw_version, bool, 0444);
|
||||
MODULE_PARM_DESC(ignore_fw_version, "Verify FW version 0=yes (default), 1=no");
|
||||
MODULE_PARM_DESC(ignore_fw_version, "Ignore firmware version check 0=no (default), 1=yes");
|
||||
|
||||
#define AVS_LIB_NAME_SIZE 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user