Skip to content
Snippets Groups Projects
Commit 2a0d85d9 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: asihpi: Kill BUG_ON() usages


BUG_ON() is the worst choice for a trivial sanity check.
Either it should be removed or replaced with a softer one like
WARN_ON() if still really needed.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c8445589
No related branches found
No related tags found
Loading
Loading
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