Home
last modified time | relevance | path

Searched hist:"025 be74c1db44158dd3cfe43b89ba16266d01062" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/ppc/
H A Dsnd_ps3.cdiff 025be74c1db44158dd3cfe43b89ba16266d01062 Tue Nov 05 08:01:47 CST 2013 Takashi Iwai <tiwai@suse.de> ALSA: ps3: Use WARN_ON() instead of BUG_ON()

BUG_ON() is rather useless for debugging as it leads to panic().
Use WARN_ON() and handle the error cases accordingly.

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