mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
ASoC: SOF: loader: Remove log prefixes for snd_sof_run_firmware
Prefixs are unneeded since log level explains the same information Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://lore.kernel.org/r/20230307115018.5588-1-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
ed3b4b8772
commit
611fddf588
@ -123,7 +123,7 @@ int snd_sof_run_firmware(struct snd_sof_dev *sdev)
|
||||
"fw_version", 0444);
|
||||
/* errors are only due to memory allocation, not debugfs */
|
||||
if (ret < 0) {
|
||||
dev_err(sdev->dev, "error: snd_sof_debugfs_buf_item failed\n");
|
||||
dev_err(sdev->dev, "snd_sof_debugfs_buf_item failed\n");
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
@ -131,7 +131,7 @@ int snd_sof_run_firmware(struct snd_sof_dev *sdev)
|
||||
/* perform pre fw run operations */
|
||||
ret = snd_sof_dsp_pre_fw_run(sdev);
|
||||
if (ret < 0) {
|
||||
dev_err(sdev->dev, "error: failed pre fw run op\n");
|
||||
dev_err(sdev->dev, "failed pre fw run op\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user