From: Christine Spang Date: Mon, 4 Mar 2013 22:02:59 +0000 (-0500) Subject: ALSA: Make snd_BUG_ON() always evaluate and return the conditional expression X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5702162f85526319c848c667df49ee1754dccef;p=pandora-kernel.git ALSA: Make snd_BUG_ON() always evaluate and return the conditional expression Having snd_BUG_ON() only evaluate its conditional when CONFIG_SND_DEBUG is set leads to frequent bugs, since other similar macros in the kernel have different behavior. Let's make snd_BUG_ON() act like those macros so it will stop being accidentally misused. Signed-off-by: Christine Spang Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed