git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3cd1ba
)
ALSA: pxa2xx: Replace BUG() with snd_BUG()
author
Takashi Iwai
<tiwai@suse.de>
Tue, 5 Nov 2013 14:33:40 +0000
(15:33 +0100)
committer
Takashi 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