From: Takashi Iwai Date: Mon, 10 Oct 2005 09:46:31 +0000 (+0200) Subject: [ALSA] Remove snd_runtime_check() macro X-Git-Tag: v2.6.15-rc1~451^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c22f1aaa23370bf9ba2dd3abbccbed70dced216;p=pandora-kernel.git [ALSA] Remove snd_runtime_check() macro 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 --- Reading git-diff-tree failed