commit | c3cd1badc86c62f64f7e1d7034b078cb7e9b254b | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 05 15:03:05 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 06 08:35:16 2013 +0100 |
tree | 9e9b652307ae38c25a4f8782cb34fe80f555ce83 | |
parent | 5a19b178d7b4dd162b3d4c7e729f30348f2eb177 [diff] |
ALSA: mips/ad1843: 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>