Commit 3a6b930
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments