Skip to content

Commit 3a6b930

Browse files
bardliaoujfalusi
authored andcommitted
fixup! ASoC: SOF: add disable_function_topology module parameter
To fix the checkpatch error below. ERROR: do not initialise statics to false +static bool disable_function_topology = false; total: 1 errors, 0 warnings, 0 checks, 20 lines checked Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 64146cd commit 3a6b930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/sof/topology.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "sof-audio.h"
2020
#include "ops.h"
2121

22-
static bool disable_function_topology = false;
22+
static bool disable_function_topology;
2323
module_param(disable_function_topology, bool, 0444);
2424
MODULE_PARM_DESC(disable_function_topology, "Disable function topology loading");
2525

0 commit comments

Comments
 (0)