ALSA: pxa2xx: Replace BUG() with snd_BUG()
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Nov 2013 14:33:40 +0000 (15:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Nov 2013 07:35:28 +0000 (08:35 +0100)
BUG() used in the driver is just to spit the stack trace on buggy
points, not really needed to stop the whole operation.  For that
purpose, it'd be more convenient to use snd_BUG() instead.

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

No differences found