Skip to content

Commit a9834bb

Browse files
committed
fixup! ASoC: sof-function-topology-lib: escalate the log when missing function topoplogy
fix checkpatch error Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent b90a640 commit a9834bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/common/sof-function-topology-lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int sof_sdw_get_tplg_files(struct snd_soc_card *card, const struct snd_soc_acpi_
130130
"Failed to open topology file: %s, you might need to\n",
131131
(*tplg_files)[i]);
132132
dev_warn(card->dev,
133-
"download it from https://github.com/thesofproject/sof-bin/\n");
133+
"download it from https://github.com/thesofproject/sof-bin/\n");
134134
return 0;
135135
}
136136
}

0 commit comments

Comments
 (0)