Commit 4a9e0f91 authored by Takashi Iwai's avatar Takashi Iwai Committed by Mark Brown

ASoC: wm8580: Use WARN() instead of BUG_ON()

Use WARN() instead.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent bf90e895
...@@ -736,7 +736,7 @@ static int wm8580_set_sysclk(struct snd_soc_dai *dai, int clk_id, ...@@ -736,7 +736,7 @@ static int wm8580_set_sysclk(struct snd_soc_dai *dai, int clk_id,
break; break;
default: default:
BUG_ON("Unknown DAI driver ID\n"); WARN(1, "Unknown DAI driver ID\n");
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment