Skip to content
Snippets Groups Projects
Commit 371e7305 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Fix warning in Speyside WM8962

parent 40045a85
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ static int speyside_wm8962_set_bias_level(struct snd_soc_card *card,
44100 * 256,
SND_SOC_CLOCK_IN);
if (ret < 0) {
pr_err("Failed to set SYSCLK: %d\n");
pr_err("Failed to set SYSCLK: %d\n", ret);
return ret;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment