]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f04e7179cd292c95e10aaad680d1137b6f6f49e
treed065320a40a1e8358d26a8fea78e26c97a9662ee
parentb2e8dac53545d9c772c930d874d26ec0711fc1a6
ALSA: pxa2xx: Replace BUG() with snd_BUG()

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>
sound/arm/pxa2xx-ac97-lib.c