Home
last modified time | relevance | path

Searched hist:"945 eed02cd619f525e097319cd3d18c58d01da87" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/sound/
H A Dcore.hdiff 945eed02cd619f525e097319cd3d18c58d01da87 Fri Nov 07 02:08:15 CST 2008 Takashi Iwai <tiwai@suse.de> ALSA: Evaluate condition in snd_BUG_ON() in non-debugging case

Change snd_BUG_ON() to evaluate the given condition, at least, in syntax
for avoiding compile warnings such as unused variables. The compiler
should optimize out the condition evaluation in the real code, though.

Signed-off-by: Takashi Iwai <tiwai@suse.de>