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:
f01cc52
)
[ALSA] Remove snd_runtime_check() macro
author
Takashi Iwai
<tiwai@suse.de>
Mon, 10 Oct 2005 09:46:31 +0000
(11:46 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 4 Nov 2005 12:17:42 +0000
(13:17 +0100)
Remove snd_runtime_check() macro.
This macro worsens the readability of codes. They should be either
normal if() or removable asserts.
Also, the assert displays stack-dump, instead of only the last caller
pointer.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found