Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110890
b: refs/heads/master
c: bdbecf5
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Aug 13, 2008
1 parent 58b030b commit b3ca24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cc6dffdae28058f5953fac5743b6abf705d4f05
refs/heads/master: bdbecf50064b75ecce2e10ce2621de0d0fac7de6
6 changes: 1 addition & 5 deletions trunk/include/sound/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,7 @@ void snd_verbose_printd(const char *file, int line, const char *format, ...)
printk(fmt ,##args)
#endif

#define snd_BUG() do { \
snd_printk(KERN_ERR "BUG?\n"); \
dump_stack(); \
} while (0)

#define snd_BUG() WARN(1, "BUG?\n")
#define snd_BUG_ON(cond) WARN((cond), "BUG? (%s)\n", __stringify(cond))

#else /* !CONFIG_SND_DEBUG */
Expand Down

0 comments on commit b3ca24d

Please sign in to comment.