commit | 88ec7ae82dff8ca815ff8a31622a2811240b5d0c | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 05 15:33:40 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 06 08:35:28 2013 +0100 |
tree | d065320a40a1e8358d26a8fea78e26c97a9662ee | |
parent | c3cd1badc86c62f64f7e1d7034b078cb7e9b254b [diff] |
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>