ALSA: mips/ad1843: Use WARN_ON() instead of BUG_ON()
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Nov 2013 14:03:05 +0000 (15:03 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Nov 2013 07:35:16 +0000 (08:35 +0100)
commitc3cd1badc86c62f64f7e1d7034b078cb7e9b254b
tree9e9b652307ae38c25a4f8782cb34fe80f555ce83
parent5a19b178d7b4dd162b3d4c7e729f30348f2eb177
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>
sound/mips/ad1843.c