From: Takashi Iwai Date: Tue, 5 Nov 2013 14:33:40 +0000 (+0100) Subject: ALSA: pxa2xx: Replace BUG() with snd_BUG() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ec7ae82dff8ca815ff8a31622a2811240b5d0c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed